Re: Backup of rulebase for Disaster Recovery The best bet would be to use the upgrade export & import import tools. cd $FWDIR/bin/upgrade_tools ./upgrade_export <filename> This will craete a tgz file in the above directory. Transfer this to your new box (same directory). Then: cd $FWDIR/bin/upgrade_tools ./upgrade_import <filename.tgz> |