add: backups

This commit is contained in:
Didier Slof 2023-02-12 22:51:46 +01:00
parent f6c7158f09
commit e807ba6347
Signed by: didier
GPG key ID: 01E71F18AA4398E5
6 changed files with 73 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{
"remote_dir": "/remote",
"tasks_dir": "/config/tasks"
}

View file

@ -0,0 +1,11 @@
{
"name": "serverBuildTools",
"interval": 604800,
"base": "/data",
"paths": [
"docker"
],
"local_days_of_retention": 1,
"remote_days_of_retention": 30,
"backup_dir": "/local"
}

View file

@ -0,0 +1,16 @@
{
"name": "commonServicesData",
"interval": 172800,
"base": "/data/services",
"paths": [
"cryptpad",
"gitlab",
"dendrite",
"smpxmc",
"kasmc",
"smpxterraria"
],
"local_days_of_retention": 2,
"remote_days_of_retention": 30,
"backup_dir": "/local"
}