DO NOT REPLY [Bug 3304] on --delay-updates remove .~tmp~ recursively

bugzilla-daemon at dp3.samba.org bugzilla-daemon at dp3.samba.org
Mon Jan 16 14:47:59 GMT 2006


https://bugzilla.samba.org/show_bug.cgi?id=3304


robe at amd.co.at changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |robe at amd.co.at




------- Comment #1 from robe at amd.co.at  2006-01-16 07:47 MST -------
and here an easy reproducible testcase:

mirror:/tmp/rsynctest# mkdir src dest
mirror:/tmp/rsynctest# echo foo > src/abc
mirror:/tmp/rsynctest# rsync -av --delay-updates --delete src/ dest/
building file list ... done
./
abc

sent 113 bytes  received 48 bytes  322.00 bytes/sec
total size is 4  speedup is 0.02
mirror:/tmp/rsynctest# mkdir dest/.~tmp~
mirror:/tmp/rsynctest# rsync -av --delay-updates --delete src/ dest/
building file list ... done
./

sent 63 bytes  received 26 bytes  178.00 bytes/sec
total size is 4  speedup is 0.04
mirror:/tmp/rsynctest# ls -la dest/
total 16
drwxr-xr-x  3 root root 4096 Jan 16 15:45 .
drwxr-xr-x  4 root root 4096 Jan 16 15:45 ..
drwxr-xr-x  2 root root 4096 Jan 16 15:46 .~tmp~
-rw-r--r--  1 root root    4 Jan 16 15:45 abc
mirror:/tmp/rsynctest#


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list