Data Copying in the Presence of I/O Errors
http://www.garloff.de/kurt/linux/ddrescue/
dd_rescue helps when nothing else can: your disk has crashed and you
try to copy it over to another one. While standard Unix tools like cp,
cat, and dd wail "abort" on every I/O error, dd_rescue does not.
- Developed at Base:System
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/dd_rescue && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
dd_rescue-1.31.tar.gz | 0000027089 26.5 KB | |
dd_rescue.changes | 0000011955 11.7 KB | |
dd_rescue.spec | 0000002612 2.55 KB |
Revision 13 (latest revision is 63)
Stephan Kulow (coolo)
accepted
request 150920
from
Marcus Meissner (msmeissn)
(revision 13)
- Update to dd_rescue-1.31: * Some minor output cleanups. * Implementation of safe triple overwrite (options -3 and -4) following BSI GSDS M7.15. - Update to dd_rescue-1.30: * Fix issue with double free (1.29) * Fix output to stdout ("-") * Rationalize messages a bit. * Option to init PRNG from file (e.g. -Z /dev/urandom) * Option -W to avoid writes (if output block is identical) - Update to dd_rescue-1.29: * Correctly handle last bytes before EOF when hardbs == softbs. * New option -M (dont extend output file). * New option -R (repeated output of one block, auto for dev/zero) * New options -z x, -Z x to use userspace pseudo RNG to overwrite disks / files with random data. (forwarded request 150905 from garloff)
Comments 0