pkolaczk / fclones

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

Implement `fclones move` command #70

Closed pkolaczk closed 2 years ago

pkolaczk commented 2 years ago

The move command moves duplicate files to a different directory. If files reside on the same file system (mount point), rename command is used. If files reside on different file systems, the file is copied and the original is removed. The directory structure is preserved.

The new syntax:

fclones move <target_dir>