wok-6.x diff dcfldd/description.txt @ rev 24990
idesk: imlib2 >= 1.7.5 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri May 13 20:03:04 2022 +0000 (2022-05-13) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dcfldd/description.txt Fri May 13 20:03:04 2022 +0000 1.3 @@ -0,0 +1,18 @@ 1.4 +Dcfldd is a modified version of GNU dd. 1.5 +The major features added are: 1.6 + 1.7 +* Hashing on-the-fly: dcfldd can hash the input data as it is 1.8 + being transferred, helping to ensure data integrity. 1.9 +* Status output: dcfldd can update the user of its progress in 1.10 + terms of the amount of data transferred and how much longer 1.11 + operation will take. 1.12 +* Flexible disk wipes: dcfldd can be used to wipe disks quickly 1.13 + and with a known pattern if desired. 1.14 +* Image/wipe verify: dcfldd can verify that a target drive is a 1.15 + bit-for-bit match of the specified input file or pattern. 1.16 +* Multiple outputs: dcfldd can output to multiple files or disks 1.17 + at the same time. 1.18 +* Split output: dcfldd can split output to multiple files with 1.19 + more configurability than the split command. 1.20 +* Piped output and logs: dcfldd can send all its log data and 1.21 + output to commands as well as files natively.