RE: rsync-2.6.1pre-1 hang

2004-04-26 Thread Terry
The backtrace you cite looks to be impossible (nested calls to send_file_list() can't happen), so I assume that the list is not valid for some reason. I haven't seen such a hang as you describe. Have you delved into this any further? Well what I did after my last post was recompiling

Re: Rsync Error..

2004-04-26 Thread Tim Conway
Jim: first - glad to see you're able to reach the group again. Second: In later messages, he'd found and fixed true rsh - to where rsh remotehost which rsync returned /usr/local/bin/rsync, and still got the timeout on actual rsyncs. I sent an enormous number of possible outputs he could get

Re: Rsync Error..

2004-04-26 Thread Naveen Babu
Hello Tim, Sorry for the late response. I was out of town for weekend. Ok, first I tried rsync -e rsh --rsync-path=/usr/local/bin/rsync hostwithrsync:/etc/services I got the following the output: -rw-r--r-- 73490 2003/10/27 09.26.50 services

Re: Rsync Error..

2004-04-26 Thread Tim Conway
assuming you replaced hostwithrsync with 66.123.34.123, you're in. It's fine that your /etc/services is a symlink... the important thing is that you can see it with rsync over rsh. Use the rsync-path option, and enjoy the tool. Tim Conway Unix System Administration Contractor - IBM Global

Re: Rsync Error..

2004-04-26 Thread Naveen Babu
In my case rsync -e rsh 66.123.34.123:/etc/services just works fine. I understand that now i dont have to use rsync-path. My whole purpose of using rsync is to backup a directory from source machine to destination machine. In order to accomplish that i gave the command at the source machine:

rsync error

2004-04-26 Thread leo wong
does anyone use rsync as a backup server? i got the following error msg. please help building file list ... link_stat /mnt/nw/DATA2/POP/APPS : Input/Output error done delta transmission enabled total: matches=0 tag_hits=0 false_alarms=0 data=0 wrote 17 bytes read 20 bytes 2.74 bytes/sec total

newbie question about using rsync for backups

2004-04-26 Thread Ryan Kilgore
Hi all, I'm wanting to make weekly backups of host qin to host elijah. I set a crontab to run a script that effectually executes this rsync command: rsync -ave ssh --exclude-from=excludes.txt --delete / elijah:/home/backup/qin host qin is running gentoo linux with rsync version 2.5.6. host

Re: [PATCH] --timelimit and --stopat

2004-04-26 Thread Wayne Davison
On Thu, Apr 22, 2004 at 04:20:07PM -0400, John Taylor wrote: Upon a suggestion to improve the --timelimit patch, I have also added a --stopat option. CVS now has an updated time-limit.diff patch in which I simplified the code quite a bit and tweaked the options a bit: [EMAIL PROTECTED]:MM

CVS update: rsync

2004-04-26 Thread Wayne Davison
Date: Tue Apr 27 01:00:58 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv19894 Modified Files: exclude.c Log Message: Made a comment clearer. Revisions: exclude.c 1.73 = 1.74

CVS update: rsync

2004-04-26 Thread Wayne Davison
Date: Tue Apr 27 01:36:06 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28273 Modified Files: exclude.c Log Message: - Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY. - Don't parse comment lines in add_exclude_file() when XFLG_WORD_SPLIT is set.

CVS update: rsync

2004-04-26 Thread Wayne Davison
Date: Tue Apr 27 01:36:16 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv28307 Modified Files: rsync.h Log Message: - Changed XFLG_NO_PREFIXES to XFLG_WORDS_ONLY. - Got rid of HP-UX kludge (since it didn't help). Revisions: rsync.h

CVS update: rsync/patches

2004-04-26 Thread Wayne Davison
Date: Tue Apr 27 03:04:54 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv16304 Modified Files: time-limit.diff Log Message: Took John's new patch (with the --stopat option) and created a much simplified version with the options slightly

CVS update: rsync/patches

2004-04-26 Thread Wayne Davison
Date: Tue Apr 27 03:05:35 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv16949 Modified Files: merge-exclude-file.diff Log Message: Updated. Revisions: merge-exclude-file.diff 1.2 = 1.3

CVS update: rsync

2004-04-26 Thread Wayne Davison
Date: Tue Apr 27 03:53:28 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv26333 Modified Files: NEWS Log Message: - Tweaked the bullet char so that vim can auto-format the items more easily (and then used vim to re-flow the items). - Added a

CVS update: rsync/packaging/lsb

2004-04-26 Thread Wayne Davison
Date: Tue Apr 27 03:55:37 2004 Author: wayned Update of /data/cvs/rsync/packaging/lsb In directory dp.samba.org:/tmp/cvs-serv27645/packaging/lsb Modified Files: rsync.spec Log Message: Preparing for release of 2.6.1 Revisions: rsync.spec 1.12 = 1.13