Re: Running rsync without ssh

2004-04-02 Thread Wayne Davison
On Fri, Apr 02, 2004 at 10:18:42AM -0700, Eric Whiting wrote: > ssh is the default transport in 2.5.7. Note that ssh only became the default in 2.6.0. However, the RSYNC_RSH environment variable is often used to set a different default. ..wayne.. -- To unsubscribe or change options: http://list

Re: Running rsync without ssh

2004-04-02 Thread Eric Whiting
If you are moving data across a network then you need a network transport mechanism. If you specify a [EMAIL PROTECTED]:dir in the source or destination then you need a transport. ssh is the default transport in 2.5.7. If you want to use rsh then you must specify -e rsh. (or another mechanism) I

Running rsync without ssh

2004-04-02 Thread Richmond Dyes
What is the command structure for the "-e" flag to run rsync without the ssh shell? I am using rsync 2.5.7. -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html