Date: Mon, 29 Dec 2003 17:41:06 -0500 From: Charles Swiger <cswiger@mac.com> To: Matthew Juszczak <matt@atopia.net> Cc: "freebsd-questions@FreeBSD. ORG" <freebsd-questions@freebsd.org> Subject: Re: Backup Server Message-ID: <16EAB4FF-3A50-11D8-9B18-003065ABFD92@mac.com> In-Reply-To: <1072736923.2420.0.camel@prick> References: <20031229221921.24860.qmail@web41410.mail.yahoo.com> <1072736923.2420.0.camel@prick>
next in thread | previous in thread | raw e-mail | index | archive | help
On Dec 29, 2003, at 5:28 PM, Matthew Juszczak wrote: > But there would only be one client .. the machine behind my > firewall...connecting to the two servers, which are publically > available. No problem. Set up a cron job on your machine behind it's firewall, which does something like: 1 1 * * * /usr/local/bin/rsync -az --delete -e ssh server1:/stuff /PATH_TO_BACKUPS/server1/ 1 2 * * * /usr/local/bin/rsync -az --delete -e ssh server2:/more_stuff /PATH_TO_BACKUPS/server2/ 1 3 * * * # run backup script like Amanda, dump, etc here... -- -Chuck
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?16EAB4FF-3A50-11D8-9B18-003065ABFD92>