Package: ddrescue Version: 1.99-0.3.0-0.21.0 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 255 Depends: libc6 (>= 2.25) Filename: armhf/ddrescue_1.99-0.3.0-0.21.0_armhf.deb Size: 113068 MD5sum: ea475a439c95134404d1449705ff901e SHA1: 44340a21a068e92a5d2e1e64277e29cc47f22340 SHA256: 98441b85f3c762b49f621d52b39c1c0d65274196a33a3e83bb958de19841af46 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.21.0 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 149 Depends: libc6 (>= 2.25), libssl1.1 (>= 1.1.0) Recommends: ddrescue (= 1.99-0.3.0-0.21.0) Filename: armhf/ddrescue-crypt_1.99-0.3.0-0.21.0_armhf.deb Size: 61736 MD5sum: 4a0707eda6cb1f097a62e76cccaf8ab8 SHA1: dbaa990da210fb36ebe883092b8911f1e17f1969 SHA256: 8aa99f90942477da4bf23b71df96ef59d1ac30aee72185a27c66b16d7e71bda9 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.21.0 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 35 Depends: libc6 (>= 2.4), liblzma5 (>= 5.1.1alpha+20120614) Recommends: ddrescue (= 1.99-0.3.0-0.21.0) Filename: armhf/ddrescue-lzma_1.99-0.3.0-0.21.0_armhf.deb Size: 18448 MD5sum: 6380c21ff0aa938dcca9148636b8f764 SHA1: e42e3f16676358d3ed9cf772e9f39e5b1bb2057d SHA256: 92ecb5dd8cd12f848051b22d991616000c7b20a21ba7dbe80acdf65b89c854d9 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.21.0 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 55 Depends: libc6 (>= 2.7), liblzo2-2 (>= 2.02) Recommends: ddrescue (= 1.99-0.3.0-0.21.0) Filename: armhf/ddrescue-lzo_1.99-0.3.0-0.21.0_armhf.deb Size: 27444 MD5sum: 37d35ab4eb34850fca1741f609ff9fc3 SHA1: bb6bee8f277eb6ef6116470426b9fb4a88b1496a SHA256: fc117e740cb0d1aecaca4d80cf5a74e029e85745f6c5da39e25a52302d9ecaab 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: armhf Maintainer: Kurt Garloff Installed-Size: 19 Recommends: libfallocate0 (= 0.1.1-2) Filename: armhf/libfallocate-dev_0.1.1-2_armhf.deb Size: 4316 MD5sum: 3e3b5e1e1345f447aae60361c81993c7 SHA1: e81812e0fa700b3c1664fea2fd4431ee38827567 SHA256: df866d656281b0aa0d9b4084ca6a535eba2b5214a23a4500a9034f6e69f983f4 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: armhf Maintainer: Kurt Garloff Installed-Size: 23 Depends: libc6 (>= 2.4) Filename: armhf/libfallocate0_0.1.1-2_armhf.deb Size: 7136 MD5sum: c481f0d0b8684a78215d33a9b07a8530 SHA1: 88645fc676bba18ef338b87b79d625d6bd741c6d SHA256: 77d44483d185b74e3bdcb98f462ff6c9e3c15298710e75f1fb68e0020df7a464 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). Package: libfallocate0-dbgsym Source: libfallocate Version: 0.1.1-2 Auto-Built-Package: debug-symbols Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 19 Depends: libfallocate0 (= 0.1.1-2) Filename: armhf/libfallocate0-dbgsym_0.1.1-2_armhf.deb Size: 6740 MD5sum: 400ea190c4b2549032f9f65a672ddf7d SHA1: ab0297a706e25017a30d816f9043aa7629486e07 SHA256: c5a0743a98348d5b1dfa4d62b38fd51b3b3ff18c7f4763dea7c2b2abb5eb0e33 Section: debug Priority: optional Description: debug symbols for libfallocate0 Build-Ids: 401e13d4dfcf906a7002da7d2b3bcd0873ba4f88 Package: otc-tools Version: 0.8.34-3+6.30 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 326 Depends: jq Recommends: libs3-4 Filename: armhf/otc-tools_0.8.34-3+6.30_armhf.deb Size: 73928 MD5sum: 771d8ffc26d501709b4e0c9102bce3cb SHA1: 99f0d5ecd6abb01eeafaa4b092d956eee83e17a4 SHA256: f3c4ce23b22f8b78c032045dd62a1d1cc4c9ca304257cc41a6bc35e498aa8a90 Section: SystemUtilities Priority: optional Description: This is a shell script that uses curl and jq to talk to the Open Telekom Cloud APIs (OpenStack and OTC specific APIs). It's a nice demonstrator to see how the API works and allows for simple automation and testing. For production use, we recommend the native python-openstackclient, amended with -otcextensions. Authors: Zsolt Nagy and Kurt Garloff