Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/configuration/storages/scp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Storage backup file to the remote SSH server, like `scp` command.
- `path` - SSH remote path for save
- `timeout` - Set timeout of remote upload, default: `300`
- `private_key` - Your SSH private key, default: `~/.ssh/id_rsa` (Optional)
- `passpharase` - Password of the private key, if it present. (Optional)
- `passphrase` - Password of the private key, if it present. (Optional)
- `username` - SSH username, (Optional)
- `password` - SSH password, (Optional)

Expand Down
2 changes: 1 addition & 1 deletion pages/configuration/storages/sftp.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Storage backup file to remote SFTP server.
- `username` - username
- `password` - password
- `private_key` - Private Key of the SSH key pair, default: `~/.ssh/id_rsa`.
- `passpharase` - Password of the private key, if is present.
- `passphrase` - Password of the private key, if is present.

https://github.com/gobackup/gobackup/blob/main/storage/ftp.go