wip
This commit is contained in:
parent
0a9f3493b9
commit
c7c5d3f316
2 changed files with 16 additions and 14 deletions
|
@ -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',
|
||||||
},
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
@ -1,15 +1,17 @@
|
||||||
defaults = {
|
defaults = {
|
||||||
'archive': {
|
'archive': {
|
||||||
'/var/lib/nextcloud/': {
|
'paths': {
|
||||||
'exclude': [
|
'/var/lib/nextcloud': {
|
||||||
'^appdata_',
|
'exclude': [
|
||||||
'^updater-',
|
'^appdata_',
|
||||||
'^nextcloud\.log',
|
'^updater-',
|
||||||
'^updater\.log',
|
'^nextcloud\.log',
|
||||||
'^[^/]+/cache',
|
'^updater\.log',
|
||||||
'^[^/]+/files_versions',
|
'^[^/]+/cache',
|
||||||
'^[^/]+/files_trashbin',
|
'^[^/]+/files_versions',
|
||||||
],
|
'^[^/]+/files_trashbin',
|
||||||
}
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue