Displaying 1 result from an estimated 1 matches for "autosshpatch".
2009 Jan 10
1
how to connect to rsyncd via forwarded ssh port?
...m which use perl::rsync)
And I can "ssh -p 12345 backup@localhost" to this client too.
If I try to connect (from the machine/user where backuppc can connect) to a share
of the clients rsyncd I get different errors:
rsync -e "ssh -C -l backup -p 10021" -av /srv/Service/Installs/autosshpatch.bin backup@localhost:/BACKUP
Seems to work. But it did not connect to the share BACKUP but copy
the autosshpatch.bin in a file called BACKUP
rsync -avvv /srv/Service/Installs/autosshpatch.bin backup@localhost:12345/BACKUP
opening connection using: ssh -l backup localhost rsync --server -vvvlogDtpr...