Displaying 1 result from an estimated 1 matches for "msg08450".
Did you mean:
msg04850
2003 Oct 24
1
rsync -vae ssh user@host1:/tmp/dir user@host2:/tmp/
I have legitimate ssh access to two remote machines. ssh directly
from either machine to the other is blocked by firewalls which I cannot
control.
$ rsync -vae ssh user@host1:/tmp/dir user@host2:/tmp/
receiving file list ... done
rsync: mkdir user@host2:/tmp: No such file or directory
rsync error: error in file IO (code 11) at main.c(319)
I would like this to copy host1:/tmp/dir into