RemoteFileServer

RemoteFileServer
RemoteFileServer

Remote file server

JSON Example
{
    "directory_path": "string",
    "port": 0,
    "protocol": {
        "authentication_scheme": {
            "identity_file": "string",
            "password": "string",
            "scheme_name": "string",
            "username": "string"
        },
        "protocol_name": "string",
        "ssh_fingerprint": "string"
    },
    "server": "string"
}
string As /^\/[\w\-.\+~\/]+$/
directory_path
Required

Remote server directory to copy bundle files to

integer As int64 As int64
port
Optional
Constraints: minimum: 1 maximum: 65535 default: 22

Server port

protocol
Required

Protocol to transfer backup file to remote server

string As hostname-or-ip As hostname-or-ip
server
Required

Remote server hostname or IP address