Displaying 1 result from an estimated 1 matches for "vrae".
Did you mean:
vae
2001 Nov 06
3
rsync over different ssh port
hey folks,
rsync is a great tool! i use it mostly to sync up Documents between several
machines. i use it like this:
rsync --progress -vrae ssh /home/bill/Graphics/
bill@vortex:/home/rmckown/Graphics/
the problem i have, is i want to specifiy a specific ssh port other than 22.
i want to connect to a specific ssh server behind the firewall on the remote
end.
it would be nice to use the command like this:
rsync --progress -vrae ssh...