You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
588 B
28 lines
588 B
{
|
|
"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"
|
|
}
|
|
]
|
|
} |