-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fclones dedupe
results in updates to mtimes on directories
#93
Comments
Given the Where is the right place to collect the timestamps beforehand? If placed inside Where could it be done earlier? The iterator passed to Then the space-efficient |
Deduplicating a file should not affect the mtime of its parent directory. Fixes #93
I implemented the simplest solution for now - I placed restoring in the |
Deduplicating a file should not affect the mtime of its parent directory. Fixes #93
Deduplicating a file should not affect the mtime of its parent directory. Fixes #93
Running
fclones dedupe
on some directory tree results in mtimes being updated for directories containing files that were deduplicated.I don't know whether this should be addressed, because while mtimes may be desirable to preserve, the directories really were updated through file creation. This effect does make it less likely that I would want to use
fclones dedupe
on old directory trees with potentially informative mtimes, though.The text was updated successfully, but these errors were encountered: