3 Commits

Author SHA256 Message Date
ca57190e5d ddrescue 1.30 2026-01-04 20:24:49 +01:00
18edb1fae3 Syntax adherence / linewrap 2025-10-07 15:54:04 +02:00
ae19d4238f ddrescue 1.2.9 2025-10-07 15:53:01 +02:00
6 changed files with 51 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6626c07a7ca1cc1d03cad0958522c5279b156222d32c342e81117cfefaeb10c1
size 93823

Binary file not shown.

BIN
ddrescue-1.30.tar.lz LFS Normal file

Binary file not shown.

BIN
ddrescue-1.30.tar.lz.sig Normal file

Binary file not shown.

View File

@@ -1,3 +1,48 @@
-------------------------------------------------------------------
Sun Jan 4 19:19:25 UTC 2026 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.30
* Improved reading/positioning mechanism for hard disks with a
dead head
* Added a new option ``-N``/``--no-sweep``, which disables the
reading of skipped areas. The short name ``-N`` has been
reassigned from option ``--no-trim`` to option ``--no-sweep``.
Option ``--no-trim`` is no longer recommended because trimming
has now a higher probability of finding good data.
* Pass 2 now copies only the blocks adjacent to at least one
finished block. The trimming pass now trims only the edges
adjacent to a finished block. The goal is to delimit the bad
area as a whole.
* The initial skip size now defaults to ``infile_size / 32_768``
instead of ``infile_size / 100_000``.
* Added a new option ``-H``/``--make-test``, which creates a
mapfile for the test mode of ddrescue based on the disc
geometry given.
-------------------------------------------------------------------
Tue Oct 7 08:11:23 UTC 2025 - Frantisek Simorda <frantisek.simorda@suse.com>
- update to 1.29:
* The new option `--continue-on-errno` has been added.
* If ddrescue exits because of a fatal read error, it now prints
the value of the variable `errno` so that it can be used as
argument to `--continue-on-errno`.
* When using `--ask` and `--verbose`, print rescue options before
asking user.
* Option `--log-reads` now records the value of errno if
different from EIO.
* The effect of option `-O`/`--reopen-on-error` has been extended
to all phases.
* It has been documented in the manual that `--reopen-on-error`
may be needed when using `--continue-on-errno`.
* The chapter "Syntax of command-line arguments" has been added
to the manual.
* Two examples of combined use with lziprecover have been added
to the manual. (One of them uses the new Forward Error
Correction (FEC) feature of lziprecover).
* It has been documented in the manual that option `-b` of
ddrescuelog is position dependent.
-------------------------------------------------------------------
Thu Feb 8 15:10:11 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package gnu_ddrescue
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: gnu_ddrescue
Version: 1.28
Version: 1.30
Release: 0
Summary: I/O error aware data recovery and copying utility
License: GPL-2.0-or-later
@@ -29,7 +29,7 @@ Source3: %name.keyring
BuildRequires: gcc-c++
BuildRequires: lzip
Requires(post): %install_info_prereq
Requires(preun):%install_info_prereq
Requires(preun): %install_info_prereq
%description
GNU ddrescue is a data recovery tool. It copies data from one file or