backups and refactor
This commit is contained in:
parent
f66961bda3
commit
c9c64c0166
10 changed files with 51 additions and 75 deletions
17
files/backups/tasks/generic_services.json
Normal file
17
files/backups/tasks/generic_services.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "GenericServices",
|
||||
"interval": 86400,
|
||||
"base": "/services",
|
||||
"paths": [
|
||||
".webcers",
|
||||
"proxy",
|
||||
"jellyfin",
|
||||
"ghost",
|
||||
"gitlab",
|
||||
"searx",
|
||||
"wireguard"
|
||||
],
|
||||
"local_days_of_retention": 1,
|
||||
"remote_days_of_retention": 30,
|
||||
"backup_dir": "/local"
|
||||
}
|
Reference in a new issue