pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.94k stars 75 forks source link

Improvement request: preserve metadata of replaced files #221

Closed boozook closed 1 year ago

boozook commented 1 year ago

For example I have two equal files A & B. B have creation and modification dates. After fclones dedupe dates reseted to current. Instead of it will be better to set dates to original from B or maybe from A. Also will be great to preserve other metadata and filesystem flags such as tags or timemachine flags.

kapitainsky commented 1 year ago

Can you show an example that it is not preserved? There were some issues with xattr in the past but all was fixed.

Of course always possible that something is not perfect still.

boozook commented 1 year ago

Seems to my horrible mistake, just tested one more time and dates are correct 🤔, sorry for disturbance.

kapitainsky commented 1 year ago

Never enough testing and careful checking:)