python-backup/config.example.json

28 lines
588 B
JSON
Raw Permalink Normal View History

{
"unit-name": "vm-us-east-01",
"syslog": true,
"compression-level": 9,
"cpu-threads": 8,
"backup-locations": [
{ "priority": 0, "path": "/backup1" },
{ "priority": 1, "path": "/backup2" }
],
"backup-format": "{path}/{}",
"to-backup": [{
"path": "/home",
"name": "home"
},
{
"path": "/data",
"name": "data"
},
{
"path": "/root",
"name": "root"
},
{
"path": "/opt",
"name": "opt"
}
]
}