I'll let rsync itself answer your question:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Note that in all cases (other than listing) at least one of
the source and destination paths must be local.
SunOS 5.7 Last change: 25 Jan 2002 2
User Commands rsync(1)
:
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Tim Conway
tim.conway@philips.com
303.682.4917
Philips Semiconductor - Longmont TC
1880 Industrial Circle, Suite D
Longmont, CO 80501
Available via SameTime Connect within Philips, n9hmg on AIM
perl -e 'print pack(nnnnnnnnnnnn,
19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970),
".\n" '
"There are some who call me.... Tim?"
"dennis" <zenn@optushome.com.au>
Sent by: rsync-admin@lists.samba.org
04/22/2002 05:37 AM
To: <rsync@lists.samba.org>
cc: (bcc: Tim Conway/LMT/SC/PHILIPS)
Subject: Fw: remote to remote sync
Classification:
I forgot to mention the error I keep getting with the below rsync
script...
receiving file list ... done
cannot create user@123.456.678.123:path/to/some/files...HjBwqT : No such file or
directory
wrote 32 bytes read 192 bytes 149.33 bytes/sec
total size is 178 speedup is 0.79
All the files and directories exist.
Any suggestions ?
How can I rsync to remote boxes from a third ?
Hi all...
Sorry if this has been covered before, I'm new to the list and couldn't
find anything in the archives.
Aside from the authentication issues, is it possible to run a rsync
cronjob from a local box that sync's two remotes boxes ?
...something like...
rsync -avg -em ssh user@123.456.678.123:path/to/some/files
user@345.456.567.667:/path/to/backup/files
I have worked out the authentication issues with SSH so all that's left is
rsync's ability to sync two remote systems from a local cronjob on a
third.
Regards