samba-bugs@samba.org
2008-May-09 19:38 UTC
DO NOT REPLY [Bug 5455] New: destination files with resource forks now have current mtime
https://bugzilla.samba.org/show_bug.cgi?id=5455
Summary: destination files with resource forks now have current
mtime
Product: rsync
Version: 3.0.2
Platform: x86
OS/Version: Mac OS X
Status: NEW
Severity: normal
Priority: P3
Component: core
AssignedTo: wayned@samba.org
ReportedBy: davewelsh79@hotmail.com
QAContact: rsync-qa@samba.org
Suppose LaCie Disk B is already a proper backup of LaCie Disk A
rsync -aE /Volumes/LaCie\ Disk\ A/ /Volumes/LaCie\ Disk\ B
No files will be copied since B is already the same as A, but any files with
resource forks will now have their last-modified times changed to the current
time on the destination disk.
Now running the same command again will cause rsync to recopy those files due
to the differing last-modified times. This will cause the last-modified times
to revert to what they were before.
The result is that every other time you run the command, any files with
resource forks will be recopied, even though they haven't changed.
I noticed this because I have some 50GB files with resource forks that never
change (raw video files).
The filesystems on both drives read as "Mac OS Extended". The
filesystem for
the computer reads as "Mac OS Extended (Journaled)". The OS is Mac OS
X 10.5.2
--
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.
samba-bugs@samba.org
2008-May-10 15:27 UTC
DO NOT REPLY [Bug 5455] destination files with resource forks now have current mtime
https://bugzilla.samba.org/show_bug.cgi?id=5455
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Comment #1 from wayned@samba.org 2008-05-10 10:28 CST -------
Is your rsync patched or stock? If patched, which patches are applied?
--
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.
samba-bugs@samba.org
2008-May-10 15:31 UTC
DO NOT REPLY [Bug 5455] destination files with resource forks now have current mtime
https://bugzilla.samba.org/show_bug.cgi?id=5455 ------- Comment #2 from wayned@samba.org 2008-05-10 10:31 CST ------- One other question: have you modified the meaning of -E (using a popt alias)? Because -E in 3.0.2 doesn't mean what it means in an Apple-modified rsync (a stock rsync uses -AX instead). -- 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.
samba-bugs@samba.org
2008-May-10 21:05 UTC
DO NOT REPLY [Bug 5455] destination files with resource forks now have current mtime
https://bugzilla.samba.org/show_bug.cgi?id=5455
davewelsh79@hotmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |INVALID
------- Comment #3 from davewelsh79@hotmail.com 2008-05-10 16:05 CST -------
Sorry you are right. The problem is with Apple's rsync.
I thought that make install would overwrite Apple's rsync with the new one.
I
even checked with rsync -h, but I must have seen the directory name and thought
it was the version number.
--
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.
Maybe Matching Threads
- DO NOT REPLY [Bug 5867] New: rsync with ACLs resets mtime on targets
- DO NOT REPLY [Bug 7683] New: New rsync deletes destination files it shouldn't
- Backing up resource forks
- DO NOT REPLY [Bug 6747] New: rsync recopies files with diacritics in the file names.
- Interoperability with MAC OSX clients, resource forks, xattrs