mirror of
https://github.com/Chouchen/Shikiryu_Backup.git
synced 2021-06-30 16:02:14 +02:00
31 lines
750 B
JSON
31 lines
750 B
JSON
{
|
|
"backup": {
|
|
"Files": {
|
|
"files": [
|
|
"/path/to/file1",
|
|
"/path/to/file2"
|
|
]
|
|
},
|
|
"Mysql": {
|
|
"host" : "mysql address",
|
|
"login" : "mysql login",
|
|
"pwd" : "mysql password",
|
|
"db" : "mysql database"
|
|
}
|
|
},
|
|
"transport": {
|
|
"Email": {
|
|
"to" : "recipient@example.net;recipient2@example.net",
|
|
"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"
|
|
}
|
|
}
|
|
} |