Downloadliste

Projektbeschreibung

GNU ddrescue is a data recovery tool. It copies data from one file or block device (hard disk, CD-ROM, etc.) to another, trying to rescue the good parts first in case of read errors. GNU ddrescuelog is a tool that manipulates ddrescue logfiles, shows logfile contents, converts logfiles to/from other formats, compares logfiles, tests rescue status, and can delete a logfile if the rescue is done.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2010-11-28 06:51
1.14-pre2

Die neue Option "-R, - reverse", die Richtung der Kopiervorgänge umkehrt, wurde hinzugefügt.
Tags: Development
The new option, "-R, --reverse", which reverses direction of copy operations, has been added.

2010-11-26 00:14
1.14-pre1

Die Syntax der "- max-Fehler"-Option wurde erweitert, um neue Fehler angeben (- max-Fehler = + N). Der Kurzname des "- Retrim"-Option wurde in "-M" geändert worden. Eine falsche Warnung über "Vorbelegung nicht verfügbar", wurde behoben. Der Code zur Durchführung Logfile Generation wurde auf die neue Klasse "Genbook" wurde in Vorbereitung für bewegte die Zugabe der Reverse-Modus.
Tags: Development
The syntax of the "--max-errors" option has been extended to specify new errors (--max-errors=+N). The short name of the "--retrim" option has been changed to "-M". A spurious warning about "preallocation not available" has been fixed. The code implementing logfile generation has been moved to the new class "Genbook" in preparation for the addition of the reverse mode.

2010-08-29 20:50
1.13

Nicht-reguläre Ausgabe-Dateien werden nicht mehr überschrieben standardmäßig. Die "- force" und "- preallocate" Optionen wurden hinzugefügt. In main.cc (write_logfile_header), ist eine Befehlszeile, um die Log-Datei geschrieben. Informationen über das Logfile und erstattungsfähig Format wurde hinzugefügt, um ddrescue.texinfo. Ein paar mehr Warnungen wurden, um das Tutorial in ddrescue.texinfo aufgenommen. In der Test-Suite, wurde "Test1" umbenannt in "test.txt". "Lang" ist wieder statt "time_t" für die Zeit verwendeten Variablen, da ddrescue braucht nur das Zählen der Sekunden und "time_t" Ursachen Warnungen auf einigen Systemen.
Non-regular output files are no longer overwritten by default. The "--force" and "--preallocate" options were added. In main.cc (write_logfile_header), a command line is written to the logfile. Information about the logfile and recoverable formats was added to ddrescue.texinfo. A couple more warnings were added to the tutorial in ddrescue.texinfo. In the test suite, "test1" was renamed to "test.txt". "long" is used again instead of "time_t" for time variables, since ddrescue only needs counting of seconds and "time_t" causes warnings on some systems.

2010-07-21 07:10
1.13-rc2

Nachweis von posix_fallocate (für die - preallocate Option), wurde behoben. Die Befehlszeile ist nun eine Log-Datei für Benutzer Verweis geschrieben. Einige Ergänzungen zu dem Handbuch gemacht.
Tags: Development
Detection of posix_fallocate (for the --preallocate option) has been fixed. The command line is now written to a log file for user reference. Some additions have been made to the manual.

2010-07-01 06:41
1.13-rc1

Nicht-reguläre Ausgabe-Dateien werden nicht mehr mit Standardwerten überschrieben. Die Option "- force", die das Überschreiben von nicht-regulären Ausgabe-Dateien Kräfte, wurde hinzugefügt. Die Option "- vorbelegen", die Platz auf der Disc preallocates für eine Ausgabedatei, wurde hinzugefügt. Noch mehr Warnungen haben das Tutorial im Handbuch aufgenommen worden. Diese Version setzt den Wert auf "long" anstelle von "time_t" für Zeitvariablen; ddrescue braucht nur das Zählen von Sekunden und "time_t" Ursachen Warnhinweise auf manchen Systemen.
Tags: Development
Non-regular output files are no longer overwritten by default. The option "--force", which forces overwriting of non-regular output files, has been added. The option "--preallocate", which preallocates space on disc for an output file, has been added. Even more warnings have been added to the tutorial in the manual. This release reverts to using "long" instead of "time_t" for time variables; ddrescue only needs counting seconds and "time_t" causes warnings on some systems.

Project Resources