Re: error rsync'ing links of the form ../xxx

2006-05-02 Thread Gary Aviv
On Mon, 1 May 2006, Wayne Davison wrote: On Sat, Apr 29, 2006 at 01:48:28PM -0400, Gary Aviv wrote: However, at the destination the .. is missing. for example the link ../python/compile_plan.py becomes python/compile_plan.py at the destination. Is your daemon running without chroot? I just

Re: Packages for rsync 2.6.8 with ACLs

2006-05-02 Thread Dag Wieers
On Mon, 1 May 2006, Matt McCutchen wrote: I have finally made packages for rsync 2.6.8 with ACL support. You can download a prepatched source package and RPMs from here: http://www.kepreon.com/~matt/myrsync/ Or you can use this yum repository: http://www.kepreon.com/~matt/rpm/

Re: Rsync 4TB datafiles...?

2006-05-02 Thread lsk
Also I use the rsync version rsync version 2.6.5 protocol version 29 does this version include this patch dynamic_hash.diff or do we need to install it seperately. Sorry. You will need to get the 2.6.7 sources, and then apply the patch yourself and compile rsync. Please do report back here

Re: Rsync 4TB datafiles...?

2006-05-02 Thread Shachar Shemesh
lsk wrote: Hello Shachar...is 2.6.7 is the latest version of rsync. I could see in the http download site it says rsync-2.6.8.tar.gz. Should I get this version 2.6.8 + the patch dynamic_hash.diff. Yes. In the over a month that passed since the email I sent a new version of rsync was released

Re: error rsync'ing links of the form ../xxx

2006-05-02 Thread Wayne Davison
On Tue, May 02, 2006 at 09:13:47AM -0400, Gary Aviv wrote: In fact, even if the link is invalid it should be transfered. The desire is to make a daemon that is running without chroot work as closely as possible to a daemon that is running with chroot. So, what we definitely need to avoid is

RE: Permissions causing full backups?

2006-05-02 Thread Link McGinnis
Matt, I've not gotten very far with the new instructions. Hopefully, you can push me over the hump. Here's where I stand: * Created a Linux share at /samba/bkups. Within this share I've created a directory called link that will hold the backup of my PC's My Documents folder. Each user will

Re: Rsync 4TB datafiles...?

2006-05-02 Thread lsk
lsk wrote: Hello Shachar...is 2.6.7 is the latest version of rsync. I could see in the http download site it says rsync-2.6.8.tar.gz. Should I get this version 2.6.8 + the patch dynamic_hash.diff. Yes. In the over a month that passed since the email I sent a new version of rsync was

RE: Permissions causing full backups?

2006-05-02 Thread Matt McCutchen
On Tue, 2006-05-02 at 15:33 -0400, Link McGinnis wrote: Obvious question: What caused the timout? If I try the rsync with only one : in the destination, I get a successful copy but the files are copied to /home/link/bkups. One colon means to run rsync over SSH, which means the destination

Re: Rsync 4TB datafiles...?

2006-05-02 Thread Matt McCutchen
On Tue, 2006-05-02 at 13:06 -0700, lsk wrote: //***Shachar is Dynamic_hash.diff in built in 2.6.8 code version or still I need to apply that as a seperate patch after I install rsync 2.6.8 ? You need to apply it as a separate patch _before you build_ rsync 2.6.8. Apply the patch by running

Rsync error on client end: unexpected tag 3 [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(843) [sender]

2006-05-02 Thread Anthony Sadler
Hi guys: First post for me on this list. THE PROBLEM === I have several linux servers (ranging from Redhat 7.3 to FC3) that use Rsync (version 2.6.8 and 2.6.7, read on for reasons) to backup their data. A typical rsync backup script looks like this:

Re: Rsync error on client end: unexpected tag 3 [sender] rsync error: error in rsync protocol data stream (code 12) at io.c(843) [sender]

2006-05-02 Thread Wayne Davison
On Wed, May 03, 2006 at 11:58:07AM +1000, Anthony Sadler wrote: unexpected tag 3 [sender] My analysis shows that some deferred messages (which are those that arrive in the generator when the generator is already trying to flush a partial message down the socket) are not being handled by rwrite()

Re: Packages for rsync 2.6.8 with ACLs

2006-05-02 Thread Wayne Davison
On Mon, May 01, 2006 at 10:58:01PM -0400, Matt McCutchen wrote: At some point in the future, I will get back to improving the ACL support. In the meantime, the patch in CVS has been improved significantly, and needs testing to ensure that it works well. For instance, I got rid of some really

CVS update: rsync

2006-05-02 Thread Wayne Davison
Date: Tue May 2 16:36:07 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv13957 Modified Files: flist.c Log Message: Got rid of the sanitizing of a symlink's link string because it is happening too early to work correctly (before we know what our

CVS update: rsync

2006-05-02 Thread Wayne Davison
Date: Tue May 2 16:42:20 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv17851 Modified Files: main.c Log Message: Set a new variable, startdir_depth, to indicate how deep the destination dir is in a daemon module's path. Revisions: main.c

CVS update: rsync/testsuite

2006-05-02 Thread Wayne Davison
Date: Tue May 2 17:13:11 2006 Author: wayned Update of /data/cvs/rsync/testsuite In directory dp.samba.org:/tmp/cvs-serv15569 Modified Files: daemon-gzip-upload.test Log Message: Test the new symlink sanitizing fix by using ::test-scratchdir/to as the destination and including a

CVS update: rsync/testsuite

2006-05-02 Thread Wayne Davison
Date: Tue May 2 17:11:42 2006 Author: wayned Update of /data/cvs/rsync/testsuite In directory dp.samba.org:/tmp/cvs-serv14400 Modified Files: rsync.fns Log Message: Tweaked our test config file to include transfer logging that includes %i, and to have a test-scratchdir module.

CVS update: rsync/patches

2006-05-02 Thread Wayne Davison
Date: Tue May 2 17:21:29 2006 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv24080 Modified Files: acls.diff early-checksum.diff Log Message: Fixed failing hunks. Revisions: acls.diff 1.132 = 1.133

CVS update: rsync

2006-05-02 Thread Wayne Davison
Date: Tue May 2 17:38:34 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv7136 Modified Files: NEWS Log Message: Mention the latest bug-fixes. Revisions: NEWS1.399 = 1.400

CVS update: rsync

2006-05-02 Thread Wayne Davison
Date: Tue May 2 19:52:28 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv30117 Modified Files: flist.c Log Message: Tweaked some variable names in readlink_stat() and link_stat(). Revisions: flist.c 1.344 = 1.345

CVS update: rsync

2006-05-02 Thread Wayne Davison
Date: Tue May 2 19:53:06 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv32170 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.301 = 1.302 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.301r2=1.302

CVS update: rsync

2006-05-02 Thread Wayne Davison
Date: Wed May 3 00:48:17 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv6292 Modified Files: proto.h Log Message: Regenerated. Revisions: proto.h 1.302 = 1.303 http://www.samba.org/cgi-bin/cvsweb/rsync/proto.h?r1=1.302r2=1.303

CVS update: rsync

2006-05-02 Thread Wayne Davison
Date: Wed May 3 00:48:20 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv6312 Modified Files: exclude.c options.c Log Message: Use the new calling syntax for sanitize_path(). Revisions: exclude.c 1.132 = 1.133

CVS update: rsync

2006-05-02 Thread Wayne Davison
Date: Wed May 3 00:48:23 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv6330 Modified Files: util.c Log Message: - Added curr_dir_depth, a variable that keeps track of the depth past the module root when a sanitizing daemon is running. - Use

CVS update: rsync

2006-05-02 Thread Wayne Davison
Date: Wed May 3 00:48:32 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv6388 Modified Files: main.c Log Message: - Call safe_stat() instead of do_stat() when a sanitizing daemon might need to ensure that it doesn't follow any unsafe symlinks.

CVS update: rsync

2006-05-02 Thread Wayne Davison
Date: Wed May 3 00:49:31 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv6526 Modified Files: t_stub.c Log Message: Added module_dirlen now that utils.o needs it. Revisions: t_stub.c1.15 = 1.16

CVS update: rsync

2006-05-02 Thread Wayne Davison
Date: Wed May 3 05:19:01 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv19854 Modified Files: io.c Log Message: Fixed a bug where deferred MSG_INFO/MSG_ERROR/MSG_LOG messages were not being forwarded from the generator to the sender using

CVS update: rsync

2006-05-02 Thread Wayne Davison
Date: Wed May 3 05:22:01 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv22325 Modified Files: NEWS Log Message: Mention the fix for the unexpected tag 3 bug. Revisions: NEWS1.400 = 1.401

CVS update: rsync

2006-05-02 Thread Wayne Davison
Date: Wed May 3 05:37:00 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv4456 Modified Files: NEWS Log Message: Improved the last bugfix description. Revisions: NEWS1.401 = 1.402