RestoreConfiguration
RestoreConfiguration
Configuration where backup files are stored for restore
JSON Example
{
"passphrase": "string",
"remote_file_server": {
"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
passphrase
Optional
Passphrase used to encrypt backup files.