SFTP
Storage backup file to remote SFTP server.
Config keys
type: sftp
host
- FTP server hostport
- FTP server port, default:22
path
- FTP remote path for savetimeout
- Set timeout of remote upload, default:300
username
- usernamepassword
- passwordprivate_key
- Private Key of the SSH key pair, default:~/.ssh/id_rsa
.passpharase
- Password of the private key, if is present.
https://github.com/gobackup/gobackup/blob/main/storages/ftp.go (opens in a new tab)