SFTP
Storage backup file to remote SFTP server.
Config keys
type: sftp
host- FTP server hostport- FTP server port, default:22path- FTP remote path for savetimeout- Set timeout of remote upload, default:300username- 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/storage/ftp.go (opens in a new tab)