NETWORK PRESENCE ABOUT SERVICES PRODUCTS TRAINING CONTACT US SEARCH SUPPORT
 


Search
display results
words begin  exact words  any words part 

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

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 <[email protected]> wrote:
> 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]
> =================================================


__________________________________________________
Yahoo! - We Remember
9-11: A tribute to the more than 3,000 lives lost
http://dir.remember.yahoo.com/tribute

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



 
----------------------------------

ABOUT SERVICES PRODUCTS TRAINING CONTACT US SEARCH SUPPORT SITE MAP LEGAL
   All contents © 2004 Network Presence, LLC. All rights reserved.