# HG changeset patch # User Hans-G?nter Theisgen # Date 1645109163 -3600 # Node ID 5dbf835a322fe80edf864ae1a6b04809249ced8a # Parent d31cf85c8537791dd58cf27763718f5e717bb845 updated dd_rescue (1.99.8 -> 1.99.11) diff -r d31cf85c8537 -r 5dbf835a322f dd_rescue/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dd_rescue/description.txt Thu Feb 17 15:46:03 2022 +0100 @@ -0,0 +1,16 @@ +Like dd, dd_rescue does copy data from one file or block device +to another. +You can specify file positions (called seek and Skip in dd). +There are several differences: + +* dd_rescue does not provide character conversions. +* The command syntax is different. Call dd_rescue -h. +* dd_rescue does not abort on errors on the input file, + unless you specify a maximum error number. Then dd_rescue + will abort when this number is reached. +* dd_rescue does not truncate the output file, unless asked to. +* You can tell dd_rescue to start from the end of a file and + move backwards. +* It uses two block sizes, a large (soft) block size and a small + (hard) block size. In case of errors, the size falls back to + the small one and is promoted again after a while without errors. diff -r d31cf85c8537 -r 5dbf835a322f dd_rescue/receipt --- a/dd_rescue/receipt Thu Feb 17 15:14:14 2022 +0100 +++ b/dd_rescue/receipt Thu Feb 17 15:46:03 2022 +0100 @@ -1,12 +1,13 @@ # SliTaz package receipt. PACKAGE="dd_rescue" -VERSION="1.99.8" +VERSION="1.99.11" CATEGORY="system-tools" SHORT_DESC="Block device copy tools." MAINTAINER="erjo@slitaz.org" LICENSE="GPL2" WEB_SITE="http://www.garloff.de/kurt/linux/ddrescue/" +REPOLOGY="dd-rescue" TARBALL="$PACKAGE-$VERSION.tar.bz2" WGET_URL="http://www.garloff.de/kurt/linux/ddrescue/$TARBALL"