Applicable to:
- SolusVM
Question
How to change snapshot size for AutoFTP backup of KVM/Xen VPS in SolusVM?
Answer
-
Access the necessary slave node over SSH.
-
Enable additional customization by coping file
/usr/local/solusvm/data/config.ini.example
:# cp -a /usr/local/solusvm/data/config.ini.example /usr/local/solusvm/data/config.ini
-
Uncomment line
ftp_backup_default_snapshot_size
and set the necessary value:Before:
CONFIG_TEXT: [LVM_SNAPSHOT]
; The amount in GB of snapshot space you want for ftp backups
;ftp_backup_default_snapshot_size = '5'After:
CONFIG_TEXT: [LVM_SNAPSHOT]
The amount in GB of snapshot space you want for ftp backups
ftp_backup_default_snapshot_size = '10'
Comments
0 commentsPlease sign in to leave a comment.