[ilugd] rsync with ssh on FC3

2006-01-23 Thread ankush grover
hey friends, I am trying to copy the contents of some directories(/opt /home) on my servers to another machine through rsync. The problem I am facing is that ssh is very restricted in my domain that is ssh is running on some other port(50,000) only few users r allowed access.

Re: [ilugd] rsync with ssh on FC3

2006-01-23 Thread Sudev Barar
On 1/23/06, ankush grover [EMAIL PROTECTED] wrote: rsync -pzv -e ssh -l demo --port=5 --progress [EMAIL PROTECTED]::mail /home/demo/ demo.swx rsync -avzP -essh --port=5 [EMAIL PROTECTED]:/path/to/directory /local/path No / at end of path will copy the entire tree below /path/to/host

Re: [ilugd] rsync with ssh on FC3

2006-01-23 Thread ankush grover
On 1/23/06, Sudev Barar [EMAIL PROTECTED] wrote: On 1/23/06, ankush grover [EMAIL PROTECTED] wrote: rsync -pzv -e ssh -l demo --port=5 --progress [EMAIL PROTECTED]::mail /home/demo/ demo.swx rsync -avzP -essh --port=5 [EMAIL PROTECTED]:/path/to/directory /local/path No / at

[ilugd] rsync

2003-10-23 Thread Atul Kumar
I am using rsync command and its giving an error message after 10 min deflate on token returned 0 (16384 bytes left) Can anyone help me Regards, Atul ___ ilugd mailing list [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd

Re: [ilugd] rsync

2003-10-23 Thread Bhaskar Dutta
] To: [EMAIL PROTECTED] Sent: Friday, October 24, 2003 3:44 AM Subject: [ilugd] rsync | I am using rsync command and its giving an error message after 10 min | deflate on token returned 0 (16384 bytes left) | Can anyone help me | Regards, | | Atul