DO NOT REPLY [Bug 4998] [PATCH] rsync returns from fork before a valid pidfile is created

2007-09-28 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4998 --- Comment #1 from [EMAIL PROTECTED] 2007-09-28 08:04 CST --- Created an attachment (id=2933) -- (https://bugzilla.samba.org/attachment.cgi?id=2933action=view) create the pidfile sooner Not a perfect patch, but it's the least

DO NOT REPLY [Bug 4998] New: [PATCH] rsync returns from fork before a valid pidfile is created

2007-09-28 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=4998 Summary: [PATCH] rsync returns from fork before a valid pidfile is created Product: rsync Version: 2.6.9 Platform: Other URL: http://bugs.gentoo.org/show_bug.cgi?id=192075

Re: Problem with hard links

2007-09-28 Thread Matt McCutchen
Fabian's suggestion to use the CVS rsync with incremental recursion is good; that will be an improvement. However, rsync still has to remember all files in S1 that had multiple hard links in case they show up again in S2. If remembering the contents of even one of the directories makes rsync run

Re: Problem with hard links

2007-09-28 Thread Fabian Cenedese
At 09:50 28.09.2007 +0200, limule pika wrote: Hello, I have a problem with rsync and hard links : I have 1 folder : P, with 2 subfolders : S1 and S2 S2 contains a lot of hard links to file stored in folder S1. P : -S1 -S2 (S2 files hard links to S1 files) I would like to

Problem with hard links

2007-09-28 Thread limule pika
Hello, I have a problem with rsync and hard links : I have 1 folder : P, with 2 subfolders : S1 and S2 S2 contains a lot of hard links to file stored in folder S1. P : -S1 -S2 (S2 files hard links to S1 files) I would like to rsync the folder P to another computer, but each

RE: Mapped Drive

2007-09-28 Thread Stephen Zemlicka
Is there a way to have rsync cache the checksums for something like this and would that help? _ Stephen Zemlicka Integrated Computer Technologies PH. 608-558-5926 E-Mail [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

RE: Mapped Drive

2007-09-28 Thread Stephen Zemlicka
After timing it, I found you're right. Would this still help for online storage though as most have much greater download bandwidth than upload. So it would basically download the file with your faster download speeds, compare, then upload the changes with your slower upload speeds.

2.6.9 and timeouts

2007-09-28 Thread ScottZ
I have a scenario where a broken pipe condition can happen on a fairly regular basis and in all honesty it is to be expected. We are working with satellite links to moving ship platforms (no it isn't military based) and depending on location, sea conditions, and a few dozen other factors, the

CVS update: rsync

2007-09-28 Thread Wayne Davison
Date: Fri Sep 28 21:54:01 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv23360 Modified Files: configure configure.in config.h.in Log Message: We enable ACL compilation on OS X by default now. Revisions: configure 1.268 = 1.269

CVS update: rsync

2007-09-28 Thread Wayne Davison
Date: Fri Sep 28 21:54:07 2007 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv23534 Modified Files: acls.c Log Message: Added OS X ACL support, using slightly tweaked sys_acl_*() functions. Revisions: acls.c 1.13 = 1.14

CVS update: rsync/lib

2007-09-28 Thread Wayne Davison
Date: Fri Sep 28 21:54:11 2007 Author: wayned Update of /data/cvs/rsync/lib In directory dp.samba.org:/tmp/cvs-serv24041/lib Modified Files: sysacls.c sysacls.h Log Message: - Added OS X ACL support. - Simplified some of the ge/set calling sequences. - Got rid of SMB_ACL_PERMSET_T.

CVS update: rsync/patches

2007-09-28 Thread Wayne Davison
Date: Sat Sep 29 01:22:31 2007 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv32585 Modified Files: adaptec_acl_mods.diff backup-dir-dels.diff flags.diff Log Message: Fixed failing hunks. Revisions: adaptec_acl_mods.diff 1.11 =

CVS update: rsync/patches

2007-09-28 Thread Wayne Davison
Date: Sat Sep 29 01:36:57 2007 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv2539 Modified Files: atimes.diff flags.diff netgroup-auth.diff Log Message: Got rid of some leftover start-of-line spaces prior to a tab (leftovers from patch

CVS update: rsync/testsuite

2007-09-28 Thread Wayne Davison
Date: Sat Sep 29 02:26:24 2007 Author: wayned Update of /data/cvs/rsync/testsuite In directory dp.samba.org:/tmp/cvs-serv19665/testsuite Modified Files: acls.test Log Message: Added support for OS X testing using chmod +a and ls. Revisions: acls.test 1.5 = 1.6

CVS update: rsync/lib

2007-09-28 Thread Wayne Davison
Date: Sat Sep 29 04:35:26 2007 Author: wayned Update of /data/cvs/rsync/lib In directory dp.samba.org:/tmp/cvs-serv30254 Modified Files: sysacls.c Log Message: Tweaked a variable name. Revisions: sysacls.c 1.8 = 1.9