Correction after some tests

This commit is contained in:
Shikiryu
2015-07-10 23:13:46 +02:00
parent 05dd396eac
commit 6eaf2f0176
9 changed files with 99 additions and 59 deletions

View File

@@ -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"
}
}
}]
}