-
Notifications
You must be signed in to change notification settings - Fork 54
(S)FTP Setup
DriveBackupV2 can be configured to back up to any FTP, FTPS, or SFTP server. Currently, DriveBackupV2 can only back up to one such server at a time. To use this type of backup, follow the configuration guide below.
All of the settings below can be found in the ftp
section of the plugin's config.yml
.
Whether this backup method is enabled.
The hostname or IP address of the server to connect to.
The port of the server. For FTP and FTPS, this is usually 21. For SFTP, this is usually 22.
Whether the server to is an SFTP server.
Whether the server to is an FTPS server.
The username to connect to the server under.
The password to be used to authenticate with the server. Leave blank if no password required.
This setting only applies to SFTP servers
The path to the key to be used to authenticate with the server. The path should be relative to the DriveBackupV2
folder. Leave blank if not using public-key authentication.
DriveBackupV2 can connect to SFTP servers that use both basic and public-key authentication.
This setting only applies to SFTP servers
The passphrase to be used in conjunction with the key to authenticate with the server. Leave blank if not using public-key authentication or no passphrase required.
The directory to work in on the server. Leave blank to use the default.
This is not to be confused with the backup destination
setting.
Don't know what this is? Read more about current working directories.