Skip to content

shdwp/ddcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ddcp - copy files and directories recursively via unix's dd.
Tested on coreutils 8.20, using dd.

Usage: ddcp SOURCES.. DESTINATION

Options:
  -h, --help            show this help message and exit
  -b BLOCK_SIZE, --block-size=BLOCK_SIZE
                        block size for dd's bs
  -q, --quiet           dont print progress to stdout
  -d, --detailed        detailed output (with bar)
  -v, --verbose         print system messages instead of progress bar
  -w PBAR_WIDTH, --pbar-width=PBAR_WIDTH
                        progressbar width
  -c PBAR_COLOR, --pbar-color=PBAR_COLOR
                        progressbar color
  --dd=DD               various dd arguments added to execution string

About

Python utilite to recursive dd copy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages