Add backup FROM SFTP to local

This commit is contained in:
2020-04-16 17:57:14 +02:00
parent c18d517afb
commit 0952cf2db3
9 changed files with 184 additions and 17 deletions

View File

@@ -14,6 +14,13 @@
"tables": [
""
]
},
"SFTP": {
"host" : "sftp.domain.com",
"port" : "22",
"login" : "login",
"password" : "password",
"folder" : "/folder"
}
},
"transport": {
@@ -38,7 +45,7 @@
"folder" : "/folder"
},
"Folder": {
"folder" : "/folder"
},
"Dropbox": {
"token": "123456789123456789"