Data Duplicator

From 6bit.ch wiki
Revision as of 22:25, 28 November 2022 by Xbl (talk | contribs) (→‎Useful Flags)
Jump to navigation Jump to search

dd

Convert and copy a file. Also, write to tape

Use

dd if=<PATH> of=<PATH>duplicate infile to outfile

Useful Flags

status=progress show progress and speed bs=<BYTES> read and write up to BYTES bytes at a time (default: 512)
count=<N> copy only N input blocks