Skip to content

Python util to copy files from one directory tree to another, with regex

License

Notifications You must be signed in to change notification settings

radzfoto/copytree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

copytree

Python util to copy files from one directory tree to another, with regex

This python utility copies files that match a regular expression from one directory tree into another. Normally, Linux tools such as rsync are sufficient for this, but for some reason, I was getting directory and or file creation errors. With this utility I was able to successfuly copy parts of a very large directory tree into another one.

About

Python util to copy files from one directory tree to another, with regex

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages