[Bug 7249] Add an option to use O_NOATIME

2016-11-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7249

--- Comment #7 from cyril...@gmail.com ---
+1
I'm currently using a locally patched version, because I'm using rsync to
mirror my whole data daily, plus using a deduplicating backup tool weekly that
stores atime (so if rsync sets atime, the metadata are never deduplicated).
It is logical for a backup tool to avoid setting atime, and logical that it is
an option for rsync that may or may not be used as a backup tool.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

[Bug 12417] Sametimes currupted file after disconnect

2016-11-15 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=12417

--- Comment #1 from Wayne Davison  ---
Rsync 3.1.2 doesn't leave its tmp files around unless it is killed by an
uncaught signal, such as a sigbus. You might want to enable core files and/or
monitor the rsync process to see how it is dying.

As for the corruption, rsync uses a full-file checksum on the resulting file to
see if it was constructed correctly, so I'd suspect that your system is having
some kind of a hardware issue, possibly connected to the above abnormal
terminations.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html