mirror of
https://github.com/Chouchen/Shikiryu_Backup.git
synced 2021-06-30 16:02:14 +02:00
Adding SFTP docs
This commit is contained in:
parent
e92b1d76d4
commit
bafabfba05
23
docs/configuration/transport/sftp.md
Normal file
23
docs/configuration/transport/sftp.md
Normal file
@ -0,0 +1,23 @@
|
||||
# SFTP transport configuration
|
||||
|
||||
## JSON
|
||||
```
|
||||
"Sftp": {
|
||||
"host" : "ftp.domain.com",
|
||||
"port" : 22,
|
||||
"login" : "login",
|
||||
"password" : "password",
|
||||
"folder" : "/folder"
|
||||
},
|
||||
```
|
||||
## General
|
||||
-
|
||||
|
||||
## Options
|
||||
host (mandatory) = sftp host without schema ("ftp://")
|
||||
port = sftp port (default: 22)
|
||||
login (mandatory) = sftp login (mandatory if not anonymous)
|
||||
password (mandatory)= sftp password (mandatory if not anonymous)
|
||||
folder = the folder you want to put the backup in. If not set, the backup will be put in the ftp root
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user