syntax for push to remote rsync server

Fanning, Niall Niall.Fanning at PSIR.ie
Fri Aug 30 06:34:01 EST 2002


Hi,

	I have set up two servers as rsync servers with ssh, they sync
agianst each other. I can pull data down from either remote node when logged
into one of them, using a module defined on both servers. However I don't
seem to be able to push from the localhost to the remote rsync server. I
think I'm using the incorrect syntax. If someone could highlight where I'm
going wrong it would be great.


I can pull down from remote host beqoas2 to localhost beqoas1 using the
rsync
rsync -Cvaupogzb --suffix=-`date '+%H:%M-%d-%m-%y'`  -e ssh beqoas2::test
/var/tmp/rsync-test/

test is the module name

I can push from localhost beqoas2 to beqoas1 but not using the rsync server
rsync -cvaupogzb --suffix=-`date '+%H:%M-%d-%m-%y'` -e ssh file1
beqoas1:/tmp/file1

I can't push from localhost to remote a rsync server
rsync -Cvaupogzb --suffix=-`date '+%H:%M-%d-%m-%y'`  -e ssh
/var/tmp/rsync-test/  beqoas2::test /var/tmp/rsync-test/

again test is the module name

Thanks,
Niall.


********************************************************************
This email and any files transmitted with it are confidential and 
intended solely for the use of the individual or entity to whom they   
are addressed. If you have received this email in error please 
notify us immediately at MailManager at psir.ie and delete this E-mail 
from your system. Thank you.
It is possible for data transmitted by email to be deliberately or
accidentally corrupted or intercepted. For this reason, where the
communication is by email, the Bank of Ireland Group does not accept 
any responsibility for any breach of confidence which may arise 
through the use of this medium.
This footnote also confirms that this email message has been swept 
 for the presence of known computer viruses.
********************************************************************
  
-------------- next part --------------
HTML attachment scrubbed and removed


More information about the rsync mailing list