On Sun, Jan 18, 2004 at 04:08:34PM +0100, Peter wrote: > rsync -e ssh username at server.com@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 username at server.com' server.com:/home /backup ..wayne..