Package: ddrescue Version: 1.99-0.3.0-0.20.16 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 277 Depends: libc6 (>= 2.25) Filename: amd64/ddrescue_1.99-0.3.0-0.20.16_amd64.deb Size: 120428 MD5sum: e9686ec5014323b157ce96c1022bd707 SHA1: edd603af5178de83728dfa56765725f54a5077c3 SHA256: e84e07a322f0b9072cf741b379b790aa064d83f124c9d659ea3ded7761209cf8 Section: SystemUtilities Priority: optional Description: dd_rescue is a data recovery and protection tool. When your disk has crashed and you try to copy it over to another one, standard Unix tools like cp, cat, and dd will abort on every I/O error, dd_rescue does not. It optimizes copying by using large blocks as long as no errors occur and falls back to smaller blocks. It supports reverse direction copying (to approach a bad spot from the top), sparse copying, preallocating space, splice zerocopy, and bypassing the kernel pagecache with O_DIRECT. dd_rescue provides safe deletion of data by overwriting files (or better partitions/disks) multiple times with fast random numbers. With the ddr_hash plugin, it supports calculating a hash value (such as a sha256sum) or an HMAC during copying. Package: ddrescue-crypt Source: ddrescue Version: 1.99-0.3.0-0.20.16 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 212 Depends: libc6 (>= 2.25), libssl1.1 (>= 1.1.0) Recommends: ddrescue (= 1.99-0.3.0-0.20.16) Filename: amd64/ddrescue-crypt_1.99-0.3.0-0.20.16_amd64.deb Size: 76108 MD5sum: 01df282594bbcfb1a613fe6a3b2c9e49 SHA1: baa9321aab395557bf95b34db4d8a151291a7a43 SHA256: f5f7759d2e26cc39b3e98bc72e2553ada027513e9077f0f4fea9e35ff09602ce Section: SystemUtilities Priority: optional Description: The ddr_crypt plugin enables dd_rescue to de/encrypt data on the fly while it's copied with dd_rescue. ddr_crypt uses the AES family of algorithms for this purpose. AES is considered safe by most cryptographers. It's fairly efficient to implement and some modern CPUs have hardware support for it. The x86 AES support is used by the plugin, ARMv8 is planned for the future. There are various numbers of bits and enhance number of rounds supported as well as various ways to handle and generate keys. Package: ddrescue-lzma Source: ddrescue Version: 1.99-0.3.0-0.20.16 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 36 Depends: libc6 (>= 2.4), liblzma5 (>= 5.1.1alpha+20120614) Recommends: ddrescue (= 1.99-0.3.0-0.20.16) Filename: amd64/ddrescue-lzma_1.99-0.3.0-0.20.16_amd64.deb Size: 19000 MD5sum: 87979a0f1ed13dfaae28ff535eb03d9b SHA1: fe236b54687e434a59cd82883cda5678583e8fc5 SHA256: 82def8fccf70c60dcdd2d3e910a9aa8cf7c7b138163eaf59e8ccf83aa61a8590 Section: SystemUtilities Priority: optional Description: The ddr_lzma plugin enables dd_rescue to de/compress data on the fly while it's copied with dd_rescue. ddr_lzma uses the lzma algorithm which is used by xz. LZMA is slow on compression, but achieved very high compression ratios. Decompression is fast. The plugin is new and may not work well with corrupt or malicious data. Package: ddrescue-lzo Source: ddrescue Version: 1.99-0.3.0-0.20.16 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 60 Depends: libc6 (>= 2.4), liblzo2-2 Recommends: ddrescue (= 1.99-0.3.0-0.20.16) Filename: amd64/ddrescue-lzo_1.99-0.3.0-0.20.16_amd64.deb Size: 28704 MD5sum: 25beb97b2e67bd08e309764f85255796 SHA1: d5be605f3962fde175809f2fb421fb945d38f5de SHA256: 0ef13e9949e4300fb1224f1b9c8b9ae01e90179489126c1b4889ec69130f7356 Section: SystemUtilities Priority: optional Description: The ddr_lzo plugin enables dd_rescue to de/compress data on the fly while it's copied with dd_rescue. ddr_lzo uses the lzo family of algorithms for this purpose. LZO is remarkably fast for decompression and still very fast when compressing at moderate compression levels. On the flipside, it does not compress as well as zlib. With the lzo1x family, ddr_lzo is compatible with lzop. The plugin has a number of features to support data recovery in case .lzo files have been corrupted. Package: libfallocate-dev Source: libfallocate Version: 0.1.1-2 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 21 Recommends: libfallocate0 (= 0.1.1-2) Filename: amd64/libfallocate-dev_0.1.1-2_amd64.deb Size: 4248 MD5sum: db7c81ae8008a6fd1eecab50d9f07844 SHA1: 2cb601d57217ce365e505589a99af69dc8eb0fa1 SHA256: c4615e8e30ea4b809a4c9bde3ffb993f89b4614e431bb10ccc4686627da295b0 Section: SystemLibraries Priority: optional Description: libfallocate provides an interface for applications to tell filesystems about the size of to-be-written files, so the filesystem can do a better job in taking allocation decisions to avoid fragmentation. This package contains the header files needed for development as well as the static library. Package: libfallocate0 Source: libfallocate Version: 0.1.1-2 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 27 Depends: libc6 (>= 2.4) Filename: amd64/libfallocate0_0.1.1-2_amd64.deb Size: 7392 MD5sum: b2b156faed25f8e4779041af12a8e6b0 SHA1: 9b96857eb2e6d23c2008b8825d4ece33f3e79b50 SHA256: 5b66b44372992c8b211731bd35526e77340b6833894c6d9bb45096eacefb350e Section: SystemLibraries Priority: optional Description: libfallocate provides an interface for applications to tell filesystems about the size of to-be-written files, so the filesystem can do a better job in taking allocation decisions to avoid fragmentation. libfallocate provides a wrapper for the fallocate() syscall in case your glibc (<2.10) does not have it yet. It also provides linux_fallocate() which will attempt the space reservation ioctl that xfs and ocfs2 provide in case fallocate() did not succeed. It has an additional richer interface fallocate_with_fallback() that allows you to instruct it to fallback to do preallocation by zeroing things out (like posix_fallocate()) or to extend the file size by a sparse write (like a successful fallocate() with mode==0 would have done).