DO NOT REPLY [Bug 3596] rsync fails to retouch S_IWUSR when transferring a single empty directory

2006-03-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3596 --- Comment #1 from [EMAIL PROTECTED] 2006-03-09 22:49 MST --- Created an attachment (id=1781) --> (https://bugzilla.samba.org/attachment.cgi?id=1781&action=view) Fixes the bug by running directory retouching even when there's a local n

DO NOT REPLY [Bug 3596] New: rsync fails to retouch S_IWUSR when transferring a single empty directory

2006-03-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3596 Summary: rsync fails to retouch S_IWUSR when transferring a single empty directory Product: rsync Version: 2.6.7 Platform: All OS/Version: All Status: NEW Se

rsync misbehavior on cygwin with network drive

2006-03-09 Thread Nikolay Igotti
I noticed that rsync on Cygwin fails to synchronize readonly files, if those are on the network drive. Following simple patch fixes the problem: *** rsync-2.6.6/util.c Thu Jul 7 23:49:14 2005 --- util.c Fri Mar 10 02:46:31 2006 *** *** 380,385 --- 380,402

rsync failures through ssh tunnels

2006-03-09 Thread David Bear
I attempted to write a script that would connect to the remote rsync server and run rsync and then close the connection. I am finding that sometimes the backgrounded ssh session works -- and sometimes note. I following the syntax at: http://rsync.samba.org/firewall.html though there is NO middle

Re: Rsync help needed...

2006-03-09 Thread Wayne Davison
On Thu, Mar 09, 2006 at 06:40:20AM -0800, lsk wrote: > - with datafiles in dsetination takes more time I assume you could use --whole-file instead of removing the destination files manually. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before post

DO NOT REPLY [Bug 3594] New: --delete doesn't delete destination files that don't exist at the source

2006-03-09 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3594 Summary: --delete doesn't delete destination files that don't exist at the source Product: rsync Version: 2.6.7 Platform: PPC OS/Version: Mac OS X Status: NEW

Re: Rsync help needed...

2006-03-09 Thread lsk
> I have been using the following syntax.. > > rsync -cvz /d01/app/testfile1.dbf tarser:/t01/app/testfile1.dbf > > but I would change to the one below and test a 40 GB transfer and see the > results... > > rsync -zv --no-whole-file --stats /d01/app/testfile2.dbf > tarser:/t01/app/testfile2.db