On Sun, Jan 18, 2004 at 04:08:34PM +0100, Peter wrote:
> rsync -e ssh [EMAIL PROTECTED]@server.com:/home /backbup

I think your only option at the moment is to tell the name to ssh
directly, like this:

rsync -e 'ssh -l [EMAIL PROTECTED]' server.com:/home /backup

..wayne..
-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to