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

RE: [cobalt-users] Skipping a site with raqbackup or how to setup securely



> I would like a way to skip backing up 1 site with raqbackup.  I don't want
> to ftp with raqbackup as admin (because it isn't a secure connection
> right?), and if I create a site and a user the 2 machines I have my backups
> on will be backing up each others backups.  That¹s just to much backing up
> going on, cross-backing up!
> 
> How do set up raqbackup on 2 machines that backup to each other, so it
> doesn't backup the other machines backup?  Confused yet?  Thanks for any
> help you can offer.
> 
> 
> Kody
> 
Assuming that the installation-directory on source RaQ is /etc/cron.daily....

cd /etc/cron.daily
perl -pi -e 's#EXCLUDEDIR="/home/sites/yoursitethatyouwanttoexclude" raqbackup.sh

I think this would work. If not go back and build the script again. Takes a whole 2 minutes :)

Curtis