Firewall-1

[FW-1] Assistance Requested: Provider-1 Crontab to automate mds_backup

Subject: [FW-1] Assistance Requested: Provider-1 Crontab to automate mds_backup
From: "Larson, Todd (LNG-DAY)" <Todd.Larson AT LEXISNEXIS DOT COM>
To: FW-1-MAILINGLIST AT AMADEUS.US.CHECKPOINT DOT COM
Date: Fri, 22 Dec 2006 01:53:20 -0500
Hello,

I'm struggle with getting a crontab working to automate the mds_backup
process on Provider-1; I'm not a shell guru.  I believe my issue is with
syntax of getting the crontab to execute the mds_backup command.  I've
pasted what I have below.

#!/bin/sh
# This script is run nightly as a cron job
#
echo
echo "`date` - Script Started" 
#
cd /var/mds_backup
# the -b switch permits the backup to run regardless of whether an
administrator is logged in
# 
mds_backup -b
# done
#
echo "`date` - Script Completed"

Thanks in advance for your assistance.

=================================================
To set vacation, Out-Of-Office, or away messages,
send an email to LISTSERV AT amadeus.us.checkpoint DOT com
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
fw-1-owner AT ts.checkpoint DOT com
=================================================

<Prev in Thread] Current Thread [Next in Thread>