Re: How can rsync with ssh be used on a non standard ssh port

2008-11-17 Thread eculp
Vincent Hoffman <[EMAIL PROTECTED]> escribió: [EMAIL PROTECTED] wrote: I need to use rsync for backup to another machine using a nonstandard port for ssh. 722. I've tried many variants but none have worked. Any suggestions would be greatly appreciated. Hi, -e 'ssh -p722' should do it in

Re: How can rsync with ssh be used on a non standard ssh port

2008-11-16 Thread eculp
Vincent Hoffman <[EMAIL PROTECTED]> escribió: [EMAIL PROTECTED] wrote: I need to use rsync for backup to another machine using a nonstandard port for ssh. 722. For example, when I test using my translation of the man pages: rsync [OPTION...] SRC... rsync://[EMAIL PROTECTED]:PORT]/DEST I use:

Re: How can rsync with ssh be used on a non standard ssh port

2008-11-16 Thread eculp
Jeremy Chadwick <[EMAIL PROTECTED]> escribió: On Sun, Nov 16, 2008 at 09:43:39AM -0600, [EMAIL PROTECTED] wrote: Test example. I need to sync a directory from my machine to another that is using port 722 rather than 22. I can use ssh -pm722, scp -P 722 fine but I prefer rsync for the backup d

Re: How can rsync with ssh be used on a non standard ssh port

2008-11-16 Thread Ron Wilhoite
On 11/16/2008 10:50 AM [EMAIL PROTECTED] wrote: I need to use rsync for backup to another machine using a nonstandard port for ssh. 722. For example, when I test using my translation of the man pages: rsync [OPTION...] SRC... rsync://[EMAIL PROTECTED]:PORT]/DEST I use: rsync -avz /almacen/te

Re: How can rsync with ssh be used on a non standard ssh port

2008-11-16 Thread Vincent Hoffman
[EMAIL PROTECTED] wrote: > I need to use rsync for backup to another machine using a nonstandard > port for ssh. 722. > > For example, when I test using my translation of the man pages: > > rsync [OPTION...] SRC... rsync://[EMAIL PROTECTED]:PORT]/DEST > > I use: > > rsync -avz /almacen/testDir rsyn

Re: How can rsync with ssh be used on a non standard ssh port

2008-11-16 Thread Jeremy Chadwick
On Sun, Nov 16, 2008 at 09:43:39AM -0600, [EMAIL PROTECTED] wrote: > Test example. > > I need to sync a directory from my machine to another that is using port > 722 rather than 22. I can use ssh -pm722, scp -P 722 fine but I prefer > rsync for the backup due to configuration flexibility. The m

How can rsync with ssh be used on a non standard ssh port

2008-11-16 Thread eculp
I need to use rsync for backup to another machine using a nonstandard port for ssh. 722. For example, when I test using my translation of the man pages: rsync [OPTION...] SRC... rsync://[EMAIL PROTECTED]:PORT]/DEST I use: rsync -avz /almacen/testDir rsync://backkup.net:722/backup/ the error

How can rsync with ssh be used on a non standard ssh port

2008-11-16 Thread eculp
Test example. I need to sync a directory from my machine to another that is using port 722 rather than 22. I can use ssh -pm722, scp -P 722 fine but I prefer rsync for the backup due to configuration flexibility. The man says: rsync [OPTION...] SRC... rsync://[EMAIL PROTECTED]:PORT]/DES