Difference between revisions of "Data Duplicator"

From 6bit.ch wiki
Jump to navigation Jump to search
Line 1: Line 1:
= dd =
= dd =


Convert and copy a file. Also, write to tape</br>
Convert and copy a file. Also, write to [[Magnetic Tape|magnetic tape]].</br>


== Use ==
== Use ==

Revision as of 22:27, 28 November 2022

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