Initial: Rebased version
This commit is contained in:
33
config.json.example
Normal file
33
config.json.example
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user