Resolution
Confixx Professional 3 has Backup and Restore utilities for that:- backup.pl
- restore.pl
The Confixx Backup utility saves the content and settings of the entire Confixx server in a single file. This file can then be restored with the help of the Confixx Restore utility (restore.pl).
The Confixx Restore utility restores the content and settings of the entire Confixx server from a special backup file. This file is created with the help of Confixx Backup utility (backup.pl).
You can get more information on these utilities with help of “-h” option.
#./backup.pl –h#./restore.pl –hAn example of Confixx Backup utility:
#./backup.pl --dump dumpAfter execution of this command you will have the backup of your Confixx Professional: dump.tgz
An example of Confixx Restore utility:
#./restore.pl --dump dump --map my_map.map -mapping --cleanEdit the 'my_map.map' file as desired.
#./restore.pl --dump dump --map my_map.map --restore --clean