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.99.11.tar.bz2 | 0000181927 178 KB | |
dd_rescue-1.99.11.tar.bz2.asc | 0000000833 833 Bytes | |
dd_rescue.changes | 0000029210 28.5 KB | |
dd_rescue.keyring | 0000117108 114 KB | |
dd_rescue.spec | 0000005575 5.44 KB |
Revision 50 (latest revision is 63)
Dominique Leuenberger (dimstar_suse)
accepted
request 889534
from
Marcus Meissner (msmeissn)
(revision 50)
- Update to dd_rescue-1.99.11: * Drop (backported) checksum_file-clear-errno.diff. * Minor scheduling improvements for x86_64 and ARM asm. * Work around compiler weirdness, passing two in/out parameters in the same register (when they are provably the same), causing x2 breakage on armv7. * 256bit VAES support on x86-64 (0.23 cycles/byte on Zen3!). * Needed to compile aesni twice for this, once with avx. * Full asm versions for (non-x2) CTR and CBC on arm64 (achieving 0.40 cycles/byte on Cortex X-1). * Avoid test failures with incompressible tweak in fuzz_lzo. * test_aes improvements: Options, help, IV comparison, memcpy. * Full crypto test coverage 0 -- 130 bytes len. * Code safety against len==0 en/decryption.
Comments 0