2015-07-10 23:13:46 +02:00
|
|
|
{
|
2015-07-10 19:07:14 +02:00
|
|
|
"backup": {
|
|
|
|
"Files": {
|
|
|
|
"files": [
|
|
|
|
"/path/to/file1",
|
|
|
|
"/path/to/file2"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"Mysql": {
|
|
|
|
"host" : "mysql address",
|
|
|
|
"login" : "mysql login",
|
|
|
|
"pwd" : "mysql password",
|
|
|
|
"db" : "mysql database"
|
|
|
|
}
|
|
|
|
},
|
2015-07-10 23:13:46 +02:00
|
|
|
"transport": {
|
2015-07-10 19:07:14 +02:00
|
|
|
"Email": {
|
2015-07-10 23:13:46 +02:00
|
|
|
"to" : "recipient@example.net;recipient2@example.net",
|
2015-07-10 19:07:14 +02:00
|
|
|
"from" : "<name>from@example.net",
|
|
|
|
"encoding" : "UTF-8",
|
|
|
|
"subject" : "[Example.net] backup of the day",
|
|
|
|
"message" : "Hi,\n\nYou can find your backup in this mail.\n\nRegards,\nMyself."
|
|
|
|
},
|
|
|
|
"Ftp": {
|
|
|
|
"host" : "ftp.domain.com",
|
|
|
|
"login" : "login",
|
|
|
|
"password" : "password",
|
|
|
|
"folder" : "/folder"
|
|
|
|
}
|
|
|
|
}
|
2015-07-10 23:13:46 +02:00
|
|
|
}
|