Skip to content

cjrh/copydir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

copydir

Recursively copy a directory tree, with filters.

 usage: copydir.exe [-h] DIR TARGET_DIR [ignores [ignores ...]]

positional arguments:
  DIR
  TARGET_DIR
  ignores

optional arguments:
  -h, --help  show this help message and exit

Why?

Sometimes you want to make backups of a directory tree which might also contain "output" folders with huge amounts of data that should not be backed up. copydir will make the backup but skip those folders. This kind of tasks is quite easy to do on a POSIX-like system, but copydir also works on Windows without change, which is where it was originally created.

About

Recursively copy a directory tree, with filters.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages