mirror of
https://github.com/Chouchen/Shikiryu_Backup.git
synced 2021-06-30 16:02:14 +02:00
Correction after some tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[{
|
||||
{
|
||||
"backup": {
|
||||
"Files": {
|
||||
"files": [
|
||||
@@ -13,9 +13,9 @@
|
||||
"db" : "mysql database"
|
||||
}
|
||||
},
|
||||
"to": {
|
||||
"transport": {
|
||||
"Email": {
|
||||
"to" : "recipient@example.net;recipient2@example.net", // TODO manage more than one recipient
|
||||
"to" : "recipient@example.net;recipient2@example.net",
|
||||
"from" : "<name>from@example.net",
|
||||
"encoding" : "UTF-8",
|
||||
"subject" : "[Example.net] backup of the day",
|
||||
@@ -28,4 +28,4 @@
|
||||
"folder" : "/folder"
|
||||
}
|
||||
}
|
||||
}]
|
||||
}
|
Reference in New Issue
Block a user