Backup configurator Form¶
Fields¶
Name |
Data type |
Description |
|---|---|---|
Protocol |
enum FTP, SFTP, SCP, SMB, NAS |
The protocol used for backup transfer (FTP, SFTP, NAS, SMB). |
Protocol version |
enum SmbProtocolVersion |
The version of the backup protocol being used. |
Backup interval |
enum BackupInterval |
The time interval between automatic backup operations. |
Rotate backup |
boolean |
Enable to rotate backups, keeping only the most recent versions. |
Is enabled |
boolean |
Enable or disable the backup configuration. |
Remote host |
string |
The hostname or IP address of the remote backup server. |
Remote path |
string |
The directory path on the remote server where backups will be stored. |
Username |
string |
The username for authenticating to the remote backup server. |
Remote password |
string |
The password for authenticating to the remote backup server. |
Secret |
string |
The secret key or passphrase for secure backup communication. |