Skip to content

Copy a directory while checking if a copy of any given file already exists at target location

Notifications You must be signed in to change notification settings

ttheune/copy-dedupe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

copy-dedupe

Copy a directory while checking if a copy of any given file already exists at target location

This tool will copy the file tree from source to the same tree at destination while checking to see if there is already a copy of that file somewhere at the destination. If the file has a different name in another branch of the tree already at the destination it will not be copied and report that it already exists. Todo: find the location of the file that already exists and report it.

Usage: ./copy-dedupe.py --src [path/to/source] --dest [path/to/dest]

About

Copy a directory while checking if a copy of any given file already exists at target location

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages