in reply to
rsync with ssh
This is what I would run on the command line. .../.ssh/my_tun needs to be a key that has no password.
rsync -e "ssh -i /home/gam3/.ssh/my_tun" /tmp/test1 localhost:/tmp/test2
-- gam3
A picture is worth a thousand words, but takes 200K.
Comment on
Re: rsync with ssh
In Section
Seekers of Perl Wisdom