pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.91k stars 71 forks source link

Always restore metadata after reflink #89

Closed pkolaczk closed 2 years ago

pkolaczk commented 2 years ago

Fixes #86

th1000s commented 2 years ago

Nice, much more elegant than what I would have done - just calling restore_some_metadata() one more time.