📝 Add a proper README file with section and links

Fix #1
This commit is contained in:
2020-02-03 17:50:21 +01:00
parent 3fe73c9b0b
commit c18d517afb
3 changed files with 101 additions and 1 deletions

View File

@@ -24,6 +24,13 @@
"subject" : "[Example.net] backup of the day",
"message" : "Hi,\n\nYou can find your backup in this mail.\n\nRegards,\nMyself."
},
"Sftp": {
"host" : "sftp.domain.com",
"port" : "22",
"login" : "login",
"password" : "password",
"folder" : "/folder"
},
"Ftp": {
"host" : "ftp.domain.com",
"login" : "login",
@@ -32,6 +39,9 @@
},
"Folder": {
},
"Dropbox": {
"token": "123456789123456789"
}
}
}