bundlewrap/bundles/nextcloud/metadata.py
mwiegand c7c5d3f316 wip
2021-06-20 01:56:37 +02:00

17 lines
436 B
Python

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