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;
The value should be equal to the number of nodes in the cluster. Default value is 1.