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.
33 lines
551 B
33 lines
551 B
{
|
|
"timeHour": 2,
|
|
"timeMinute": 0,
|
|
"workingDir": "/mnt/backups/",
|
|
"backupPeriods": [
|
|
{
|
|
"interval": 1,
|
|
"count": 3
|
|
},
|
|
{
|
|
"interval": 30,
|
|
"count": 2
|
|
},
|
|
{
|
|
"interval": 180,
|
|
"count": 1
|
|
}
|
|
],
|
|
"hosts": [
|
|
{
|
|
"name": "example",
|
|
"ipAddr": "192.168.1.100",
|
|
"port": 2222,
|
|
"username": "root",
|
|
"privKey": "/id_rsa",
|
|
"remoteDir": "/opt/remote/dir",
|
|
"exclude": [
|
|
"/opt/remote/dir/exclude1",
|
|
"/opt/remote/dir/exclude2"
|
|
]
|
|
}
|
|
]
|
|
}
|