Package: ddrescue Version: 1.99-0.3.0-13.3 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 291 Depends: libc6 (>= 2.25) Filename: amd64/ddrescue_1.99-0.3.0-13.3_amd64.deb Size: 108816 MD5sum: 066c1f0b9de02811238f0c9fdab5f501 SHA1: ba95f1698b7a03d3214dc82fa26b077e6704510a SHA256: 6333a1a73eb13edb625126b35cd79d79443684b19fcfabaa888042fd09244579 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-13.3 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 226 Depends: libc6 (>= 2.25), libssl1.1 (>= 1.1.0) Recommends: ddrescue (= 1.99-0.3.0-13.3) Filename: amd64/ddrescue-crypt_1.99-0.3.0-13.3_amd64.deb Size: 71504 MD5sum: 17ba1d95788a17aca48ab679ad67077b SHA1: ec4090f975ab315602a38862fdab36fc600e790b SHA256: 5a5a1836018c6be024def93a66c76a6fb4e1747ca4e9c9ba3effbae311142cd7 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-lzo Source: ddrescue Version: 1.99-0.3.0-13.3 Architecture: amd64 Maintainer: Kurt Garloff Installed-Size: 69 Depends: libc6 (>= 2.14), liblzo2-2 (>= 2.02) Recommends: ddrescue (= 1.99-0.3.0-13.3) Filename: amd64/ddrescue-lzo_1.99-0.3.0-13.3_amd64.deb Size: 25060 MD5sum: 90c12ea71b53cc6d880e95a6ca301638 SHA1: 8e9996199744575b4a7159b3b1d08fa7e530460d SHA256: 7ff3834a35fc418ae935d00f138b1cdd86f7ed5612addc8f910ca29d212cf96a 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: 22 Recommends: libfallocate0 (= 0.1.1-2) Filename: amd64/libfallocate-dev_0.1.1-2_amd64.deb Size: 4288 MD5sum: c243e5dcd553be3d649436780257a342 SHA1: d5ba6db795f86573bab020d66493558ead81e961 SHA256: 5fb124eedd1cd6c3775b0de54203510a17c0f430ce982b1694189f1c82ca1a91 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.4) Filename: amd64/libfallocate0_0.1.1-2_amd64.deb Size: 7364 MD5sum: ac0ddba7f42d73aed9d53eb2270d77c5 SHA1: 81aa364e89632a14a0759054237e52e396e3fa2a SHA256: 6b2570c1eb702412e497e194cb8ab3378d0b0abf2e558c769920acd0b232d166 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).