Closed patrickwolf closed 1 year ago
On Linux fclones
did not restore the timestamps of deduped files. This means the cache - which among other information looks at the mtime - for these entries was invalidated. This should be fixed with #194.
Great thank you @th1000s ! I imagine your internal code change is the same as using the -P option on cp? ie "cp --relink=always -P"?
It is more like --preserve=timestamps
, -p
, or more practical -a
/ archive mode.
This should be fixed now in 0.31.0.
Why is it that after a dedupe that files need to re-hashed? Running dedupe should have reduced the amount of files that are not the same instead of increasing it right?
Environment is Synology, BTRFS, 130TB RAID 5