bundlewrap/bundles/archive/README.md
mwiegand fb113d1557 wip
2021-06-19 23:44:16 +02:00

168 B

defaults = {
    'archive': {
        '/var/important': {
          'exclude': [
            '\.cache/',
            '\.log$',
          ],
        },
    },
}