That's how I do it. Here's my script if anyone is interested. I've sanitized some of the paths, you'll need to set them accordingly. It's worth noting that enter.txt is just a txt file with a carriage return. It was the easiest way I could find to keep upgrade export from hanging on a confirmation prompt. There may be a better way to do that and the date thing, but this works!
@echo off set GOODDATE=%DATE% set GOODDATE=%GOODDATE:/=-% move d:\path\*.tgz d:\path\archived_backups\ d:\path\upgrade_export.exe "d:\path\%GOODDATE%_vpn1-nb_backup.tgz" < d:\path\scripts\enter.txt Jeff Jarmoc - CCSA, CCNA, MCSE Sr. Network Analyst - Grubb & Ellis [EMAIL PROTECTED] -----Original Message----- From: Mailing list for discussion of Firewall-1 [mailto:[EMAIL PROTECTED] On Behalf Of Steffen Sent: Thursday, December 29, 2005 9:34 AM To: [email protected] Subject: Re: [FW-1] Backup rules If you'd like to backup checkpoint configuration (e.g. rules) you could script a daily (or nightly) upgrade_export on your management server and copy it elsewhere. In case your management would crash you could easily import it without any loss... Steffen --- Scott Xe <[EMAIL PROTECTED]> schrieb: > My firewall is Nokia IP330. Can someone advise me how to back up the rule and restore it in > case of crash. > > > > Thanks, > > > > Scott > > > ================================================= > To set vacation, Out-Of-Office, or away messages, > send an email to [EMAIL PROTECTED] > in the BODY of the email add: > set fw-1-mailinglist nomail > ================================================= > To unsubscribe from this mailing list, > please see the instructions at > http://www.checkpoint.com/services/mailing.html > ================================================= > If you have any questions on how to change your > subscription options, email > [EMAIL PROTECTED] > ================================================= > ___________________________________________________________ Telefonate ohne weitere Kosten vom PC zum PC: http://messenger.yahoo.de ================================================= To set vacation, Out-Of-Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] ================================================= ================================================= To set vacation, Out-Of-Office, or away messages, send an email to [EMAIL PROTECTED] in the BODY of the email add: set fw-1-mailinglist nomail ================================================= To unsubscribe from this mailing list, please see the instructions at http://www.checkpoint.com/services/mailing.html ================================================= If you have any questions on how to change your subscription options, email [EMAIL PROTECTED] =================================================
