Skip to content

Additional configuration in case of clustered storage for AutoFTP backups

If you use clustered solution to store backup files (e.g., cluster with round-robin/weighted load balancing), you should set parameter ftp_backup_upload_check_num_attempts in section [BACKUP] of configuration file /usr/local/solusvm/data/config.ini on corresponding virtualization node:

[BACKUP]

ftp_backup_upload_check_num_attempts = 5;
This parameter defines max number of attempts to check that backup file has been uploaded normally to FTP-server. Every attempts starts with FTP-connection opening and finishes with connection closing.

The value should be equal to the number of nodes in the cluster. Default value is 1.

Back to top