pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.84k stars 70 forks source link

Restore timestamp (and only timestamp) after reflinking on linux #194

Closed th1000s closed 1 year ago

th1000s commented 1 year ago

Now linux_reflink() has no visible user space effects except for the updated ctime, just as safe_reflink() does since v0.27.2.

Also, only restore the timestamp and not all other unchanged metadata of the parent directory of a deduped file.

pkolaczk commented 1 year ago

Thank you!