This commit is contained in:
mwiegand 2021-06-20 01:56:37 +02:00
parent 0a9f3493b9
commit c7c5d3f316
2 changed files with 16 additions and 14 deletions

View file

@ -51,12 +51,12 @@ defaults = {
'WantedBy': 'multi-user.target', 'WantedBy': 'multi-user.target',
}, },
}, },
'needs': { 'needs': [
'action:chmod_gitea', 'action:chmod_gitea',
'download:/usr/local/bin/gitea', 'download:/usr/local/bin/gitea',
'file:/etc/systemd/system/gitea.service', 'file:/etc/systemd/system/gitea.service',
'file:/etc/gitea/app.ini', 'file:/etc/gitea/app.ini',
}, ],
}, },
}, },
}, },

View file

@ -1,6 +1,7 @@
defaults = { defaults = {
'archive': { 'archive': {
'/var/lib/nextcloud/': { 'paths': {
'/var/lib/nextcloud': {
'exclude': [ 'exclude': [
'^appdata_', '^appdata_',
'^updater-', '^updater-',
@ -10,6 +11,7 @@ defaults = {
'^[^/]+/files_versions', '^[^/]+/files_versions',
'^[^/]+/files_trashbin', '^[^/]+/files_trashbin',
], ],
} },
},
}, },
} }