Displaying 1 result from an estimated 1 matches for "beqoas2".
2002 Aug 30
2
syntax for push to remote rsync server
...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'...