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
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
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
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
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
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
> 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