On Thu 04 Aug 2005, Keith Warno wrote: > Perhaps this is a lame question, but... > > is there a way to pass an SSH port # to rsync?
rsync -e 'ssh -p 12345' ... I usually do this in the form 'ssh -c arcfour' as that cipher uses far less cpu power than the default. Paul Slootman -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html