01. Backup Configuration
To disable backup set the System variable "BackUpType" to "none". (since 2.7.5.1)
WARNING: changing system variables may make your system unstable
System variables should not be altered without fully understanding the implications of the change being made. Typically these variables will not need to be changed manually.
Variables have been renamed as below since vesion 2.7.10.2
The variables are as follows:
Variable | Meaning |
---|---|
BackupType | One of "None", "BackupDVD","BackupNetwork"
|
BackupNetwork | The command used to write backup data to network storage Default: rsync -r --copy-links %Source% %Destination% |
BackupDVD | The command used to write backup data to off line storage, such as DVD Default: growisofs -f -Z /dev/dvd -J -A Call_Recording_Archive -V SMA_%Destination% %Source% |
BackupTempPath | This is a path on the local file system where the backup system can prepare files ready to burn to DVD. Default: /tmp/backup |
BackupLastSuccessfulDate | The date of the audio files last written to off line storage |
BackupMediaCapacityMB | The maximum amount of data to be backed up at a time, default is 4000 as is appropriate for DVD backup. |
BackupMysqlCommand | The command the backup will use to create a dump of the mysql database default: /var/lib/tomcat6/webapps/servicemanager/WEB-INF/scripts/dump.sh %output% |
BackupNetworkPath | The path where network backups will be placed default: /opt/backup |