Displaying 2 results from an estimated 2 matches for "delember".
Did you mean:
december
2017 May 26
9
[Bug 12806] New: Deleting in a row of hardlinked snapshots resets file permissions.
...permissions.
Product: rsync
Version: 3.1.0
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayned at samba.org
Reporter: hww at delember-wyes.de
QA Contact: rsync-qa at samba.org
Created attachment 13239
--> https://bugzilla.samba.org/attachment.cgi?id=13239&action=edit
Log file of bug reproduction
Overview:
In an differential backup system with hard-linked copies of unchanged files,
deleting one snapshot resets t...
2017 Jun 08
0
[Bug 12806] Deleting in a row of hardlinked snapshots resets file permissions.
https://bugzilla.samba.org/show_bug.cgi?id=12806
--- Comment #4 from Heinz-Willi Wyes <hww at delember-wyes.de> ---
I got a personal message from Lars Ellenberg that went also to
samba-bugs at samba.org and rsync-qa at samba.org. He wrote:
------------------
Calling chmod only on (optimization: non-empty) directories would fix this.
I don't need to chmod a *file* before unlinking it, I just...