> On Wed, Jul 28, 2004 at 03:27:56PM -0600, Scott Miller wrote: > > [EMAIL PROTECTED] root]# rsync -rv 10.28.123.232::web > [...] > > Now, I put a file in the /var/www/html directory of the Primary server - but > > it never seems to get transfered to the backup server. > > That command is a list command, not a transfer command. Add a > destination path to the end if you want to actually copy the files (and > I'd recommend the -a option or at least the -t option as well). > > rsync -av 10.28.123.232::web/ /dest/var/www > > ..wayne.. That was it - thanks for the help. Transfer is surprisingly fast too. Scott -- Outgoing mail is certified Virus Free. Checked by AVG Anti-Virus (http://www.grisoft.com). Version: 7.0.261 / Virus Database: 263.4.11 - Release Date: 7/27/2004 -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html