Jump to content

Data Duplicator

From sexy wiki
Revision as of 22:27, 28 November 2022 by Xbl (talk | contribs) (→dd)

dd

Convert and copy a file. Also, write to magnetic 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