bundlewrap/bundles/nextcloud/metadata.py
mwiegand 0cc287fdd5 wip
2021-06-20 00:21:30 +02:00

15 lines
363 B
Python

defaults = {
'archive': {
'/var/lib/nextcloud/': {
'exclude': [
'^appdata_',
'^updater-',
'^nextcloud\.log',
'^updater\.log',
'^[^/]+/cache',
'^[^/]+/files_versions',
'^[^/]+/files_trashbin',
],
}
},
}