Package: ddrescue Version: 1.99-0.3.0-0.22.1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 290 Depends: libc6 (>= 2.38) Filename: amd64/ddrescue_1.99-0.3.0-0.22.1_amd64.deb Size: 122416 MD5sum: 3a1fd446ba41974eb547d47ac7f5fab0 SHA1: de24bc9694e4a7cb31d80ff9a850b5345b84d303 SHA256: a7d1b3ce8ef1554c36c36ca4e4796dbd6340f5d4bbd3fe88119f2f4238243447 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.22.1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 211 Depends: libc6 (>= 2.38), libssl3t64 (>= 3.0.0) Recommends: ddrescue (= 1.99-0.3.0-0.22.1) Filename: amd64/ddrescue-crypt_1.99-0.3.0-0.22.1_amd64.deb Size: 75664 MD5sum: c4439188b6fa9d0a524de32c5281b01e SHA1: 07273d4de6df5dbd236af336c94dabfe8318a0fb SHA256: 73c066240bf7521b5a1d9b69f7cd466f5b56c074f08f1f227bc8bdcaec21d2e8 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.22.1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 35 Depends: libc6 (>= 2.38), liblzma5 (>= 5.1.1alpha+20120614) Recommends: ddrescue (= 1.99-0.3.0-0.22.1) Filename: amd64/ddrescue-lzma_1.99-0.3.0-0.22.1_amd64.deb Size: 14464 MD5sum: 351a0743c5c94cc3a1eb5f141e298094 SHA1: 173d411ec015b830277ebb4ad7ff3033a08db1fe SHA256: f9780fe3ffa27062bc0f235a43881efbfb1976c51ece89c3ec7db47f8685fa8d 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.22.1 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 59 Depends: libc6 (>= 2.38), liblzo2-2 (>= 2.02) Recommends: ddrescue (= 1.99-0.3.0-0.22.1) Filename: amd64/ddrescue-lzo_1.99-0.3.0-0.22.1_amd64.deb Size: 24944 MD5sum: ef105803b15550299c30873b8e742c95 SHA1: 0d946467dcfc07626b345601f19faa30fbfdae15 SHA256: 7e6391888a40ddec1021d28e61dccefeb0b4c8ecae9fc230981cd4205d40b393 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: 4182 MD5sum: 36ab8bc511abae37747f662cbcd12b7b SHA1: ea20de3842b93f763de043ae997daa04b5d61cea SHA256: 7608819ed861c20d8bee58995c498e12116f264c021a8c42040c42bd85aad545 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: 32 Depends: libc6 (>= 2.33) Filename: amd64/libfallocate0_0.1.1-2_amd64.deb Size: 7416 MD5sum: f29da21c1441474e79aafe75b95b74a7 SHA1: bbc959b116c02911118fed5ebd16a2f7da1ca67f SHA256: 9f3b47dc10afa70c839e08726611a2f5dafed3fc7f8d1ea57169c8db777da76e 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).