On Monday 16 August 2010 08:56 PM, Jim Shupert wrote:

I use rsync with a key to backup /home/vpopmail/domains/ to a second QMT server. It runs on a cron every couple of minutes across a local lan. And so far, it seems to be working flawlessly. I also dump the vpopmail database nightly for good measure (Users don't get added very frequently).
Bharath
Thanks , Bharath.
I was considering rsync
have a great day

Welcome! Here's a possible rsync snippet in case you need one:

rsync -avz --delete -e "ssh -i rsync-key" u...@hostname:/home/vpopmail/domains/* /home/vpopmail/domains/.

rsync-key to be replaced with your own authorized key.

Bharath

---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
    Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: [email protected]
    For additional commands, e-mail: [email protected]


Reply via email to