Re: rsync 2.4.6 upload trouble

2001-10-18 Thread willem
as you can see my connection isn't activ at all it just says it's do building the list and than waits 60 sec and gives a time out. but the stange thing is 1 box is an Redhat(server) and the other a Mandrake(client) box. I also have an Redhat(client) and it works find from there(just fount out it

Re: ssh-rsync-newbie

2001-10-18 Thread peter lindsay
Thanks Dave; In the literature there are many references to running rsync and ssh together. I need to use ssh because normal ftp is disabled on both my servers. I need to use rsync because it is, by miles, the best way to copy things across. I did notice, though, when I ran ssh in debug mode, I

Re: group ownership

2001-10-18 Thread Dave Dykstra
On Wed, Oct 17, 2001 at 03:15:00PM -0500, Ronald D. Walkup wrote: willem wrote: Ronald D. Walkup wrote: I am attempting to rsync data from a rsync server and set the permissions to a different gid on the client: my servers name is rserver01 my clients name is rclient01

Re: rsync errors

2001-10-18 Thread Raj
List, I also tried the following command, it does not copy any files to remote host but gives a error rsync -Cavze ssh . rmt_host:/backup error:unexpected EOF in read_timeout --- Raj [EMAIL PROTECTED] wrote: I need to use rsync to copy /thirdparty/dynamo/web on host a to

RE: rsync errors

2001-10-18 Thread DNSAdmin
Hello Raj, I had those errors until I realized that ~/.ssh/authorized_keys were not loaded properly. When executing rsync use -vv and -vvv. You'll get more debug output. Read the following articles: http://www-106.ibm.com/developerworks/linux/library/l-keyc.html

Re: Exclude

2001-10-18 Thread Chao,Eisen R.
Hi Folks, I'm running rsync between an NT client and a Solaris 7 Server (Ver 2.4.6). I'd like to be able to exclude the following directory: /opt/IBMHTTPDLOG/archivelogs but retrieve /opt/IBMHTTPDLOG My setup is: rsync -av -p -e [EMAIL PROTECTED]:/opt/IBMHTTPDLOG/

Re: Exclude

2001-10-18 Thread Tomasz Ciolek
Read the doco oon the eclude/indlude files/ Eclude file takes - and + before the name so that you can build a unified exclude-include list in a single exclude file. Regards TMC On Thu, Oct 18, 2001 at 06:52:29PM -0500, Chao,Eisen R. wrote: Hi Folks, I'm running rsync between an NT client