[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [FW-1] Backup Management station



Little behind in my email.  Care to let me know how
you have improved the script.

Yim
--- Andrei Grant <[email protected]> wrote:
> Thx Yim Lee,
>
> I've now slightly modified your script.
>
> Dre :->
>
> > -----Original Message-----
> > From: Yim Lee
> > Subject: Re: [FW-1] Backup Management station
> >
> >
> > Try this script.  I run it every night.  So any
> change
> > in the last 24 hours will be synced to the backup.
> >
> > #!/usr/bin/ksh
> > lastmod="fw.timestamp"
> >
> > find /opt/CPfw1-41/lib -newer $lastmod -type f
> -print
> > |
> > while read file
> > do
> >    rcp -p $file backup_system:$file
> > done
> > find /var/opt/CPfw1-41/conf -newer $lastmod -type
> f
> > -print |
> > while read file
> > do
> >    rcp -p $file backup_system:$file
> > done
> > find /var/opt/CPfw1-41/database -newer $lastmod
> -type
> > f -print |
> > while read file
> > do
> >    rcp -p $file backup_system:$file
> > done
> >
> > touch $lastmod
> >
> > --- Andrei Grant
> > > I'm currently running a CP Management Station
> > > running Version 4.1 Build 41617 [VPN + DES +
> STRONG]
> > > on a Linux Kernel 2.2.17rb.
> > >
> > > What I wish to do is to create a backup
> management
> > > station
> > > just in case the other fails and I need to
> switch
> > > over to the
> > > backup.
> > >
> > > I'm struggling with what I actually need to do
> to
> > > get the rule
> > > base and objects across & how to keep the backup
> in
> > > sync with the
> > > the master.
> > >
> > > Can someone give me some points on what I need
> > > todo.?
> > >
> > > TIA
> > >
> > > Dre
>
>
>
>
-----------------------------------------------------------------
> This email and any files transmitted with it are
> confidential and intended
> solely for the use of the individual or entity to
> whom they are addressed
> and others may not distribute, copy or use it. If
> you receive this e-mail by
> mistake, please either delete it without
> reproducing, distributing or
> retaining copies thereof or notify our email
> administrator at
> [email protected] .Note that this is
> NOT the address of the
> person who sent this mail to you but a general
> administrative address.
> The views expressed in this email may be the
> personal views of the sender
> and not of Taylor Nelson Sofres plc unless
> specifically stated.
>  Please note that Taylor Nelson Sofres is able to,
> and reserves the right
> to, monitor e-mail communications passing through
> its network.
>
-----------------------------------------------------------------
>
> =================================================
> 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]
> =================================================


__________________________________________________
Do you Yahoo!?
New DSL Internet Access from SBC & Yahoo!
http://sbc.yahoo.com

=================================================
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]
=================================================