wok annotate dcfldd/description.txt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (23 months ago)
parents
children
rev   line source
Hans-G?nter@24471 1 Dcfldd is a modified version of GNU dd.
Hans-G?nter@24471 2 The major features added are:
Hans-G?nter@24471 3
Hans-G?nter@24471 4 * Hashing on-the-fly: dcfldd can hash the input data as it is
Hans-G?nter@24471 5 being transferred, helping to ensure data integrity.
Hans-G?nter@24471 6 * Status output: dcfldd can update the user of its progress in
Hans-G?nter@24471 7 terms of the amount of data transferred and how much longer
Hans-G?nter@24471 8 operation will take.
Hans-G?nter@24471 9 * Flexible disk wipes: dcfldd can be used to wipe disks quickly
Hans-G?nter@24471 10 and with a known pattern if desired.
Hans-G?nter@24471 11 * Image/wipe verify: dcfldd can verify that a target drive is a
Hans-G?nter@24471 12 bit-for-bit match of the specified input file or pattern.
Hans-G?nter@24471 13 * Multiple outputs: dcfldd can output to multiple files or disks
Hans-G?nter@24471 14 at the same time.
Hans-G?nter@24471 15 * Split output: dcfldd can split output to multiple files with
Hans-G?nter@24471 16 more configurability than the split command.
Hans-G?nter@24471 17 * Piped output and logs: dcfldd can send all its log data and
Hans-G?nter@24471 18 output to commands as well as files natively.