Hacker News new | ask | show | jobs
by 0ckpuppet 106 days ago
rsync -avz -e ssh /local/ftw/ user@foo:/ftw/
1 comments

Why the `-e ssh` there?

At least for me, rsync (on Debian) knows by default to use ssh. :)