wok rev 24472
updated dd_rescue (1.99.8 -> 1.99.11)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 17 15:46:03 2022 +0100 (2022-02-17) |
parents | d31cf85c8537 |
children | 8f910544a91e |
files | dd_rescue/description.txt dd_rescue/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/dd_rescue/description.txt Thu Feb 17 15:46:03 2022 +0100 1.3 @@ -0,0 +1,16 @@ 1.4 +Like dd, dd_rescue does copy data from one file or block device 1.5 +to another. 1.6 +You can specify file positions (called seek and Skip in dd). 1.7 +There are several differences: 1.8 + 1.9 +* dd_rescue does not provide character conversions. 1.10 +* The command syntax is different. Call dd_rescue -h. 1.11 +* dd_rescue does not abort on errors on the input file, 1.12 + unless you specify a maximum error number. Then dd_rescue 1.13 + will abort when this number is reached. 1.14 +* dd_rescue does not truncate the output file, unless asked to. 1.15 +* You can tell dd_rescue to start from the end of a file and 1.16 + move backwards. 1.17 +* It uses two block sizes, a large (soft) block size and a small 1.18 + (hard) block size. In case of errors, the size falls back to 1.19 + the small one and is promoted again after a while without errors.
2.1 --- a/dd_rescue/receipt Thu Feb 17 15:14:14 2022 +0100 2.2 +++ b/dd_rescue/receipt Thu Feb 17 15:46:03 2022 +0100 2.3 @@ -1,12 +1,13 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="dd_rescue" 2.7 -VERSION="1.99.8" 2.8 +VERSION="1.99.11" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="Block device copy tools." 2.11 MAINTAINER="erjo@slitaz.org" 2.12 LICENSE="GPL2" 2.13 WEB_SITE="http://www.garloff.de/kurt/linux/ddrescue/" 2.14 +REPOLOGY="dd-rescue" 2.15 2.16 TARBALL="$PACKAGE-$VERSION.tar.bz2" 2.17 WGET_URL="http://www.garloff.de/kurt/linux/ddrescue/$TARBALL"