Package: ddrescue Version: 1.99-0.3.0-0.20.15 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 254 Depends: libc6 (>= 2.25) Filename: armhf/ddrescue_1.99-0.3.0-0.20.15_armhf.deb Size: 111784 MD5sum: 9359f2d0cfd7144cb5bffd5936bf5dcc SHA1: 0932e385848c0f00ac123a75c13d0797f5bccd9a SHA256: 234254692d7aee50618b909254b9750cbd7d4fc10312d6e7259881996aa9d198 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.15 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.20.15) Filename: armhf/ddrescue-crypt_1.99-0.3.0-0.20.15_armhf.deb Size: 61488 MD5sum: ac5ccfb8e57356531797892041c59fde SHA1: 4213657807a583ef6ec76f246dd7526eb43f0adc SHA256: dcb418073d76275d8a0f1f11f0feb38ba154e30a7e063bebe0af0e23825e3672 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.15 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.20.15) Filename: armhf/ddrescue-lzma_1.99-0.3.0-0.20.15_armhf.deb Size: 18196 MD5sum: 030429ed8c6346fd9ff19e4af5894934 SHA1: 6c8b420dcf389a6d3995ebedd63ef8d2ffcd8e55 SHA256: ee79012c09351aff4b1d77d3f0e9269be2ce1f447f9fcb5a78080abf65815ce1 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.15 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 55 Depends: libc6 (>= 2.7), liblzo2-2 (>= 2.02) Recommends: ddrescue (= 1.99-0.3.0-0.20.15) Filename: armhf/ddrescue-lzo_1.99-0.3.0-0.20.15_armhf.deb Size: 27192 MD5sum: 835beaaf9475c4e9e34d20b839d4f1e7 SHA1: 78d3d929eb4b1d626f4799bdf47111c645912e47 SHA256: 8ec72a1ffa0eb1b906658c23cff9df4f747263039d12895402c68a6315a7f59d 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.23 Architecture: armhf Maintainer: Kurt Garloff Installed-Size: 326 Depends: jq Recommends: libs3-4 Filename: armhf/otc-tools_0.8.34-3+6.23_armhf.deb Size: 73908 MD5sum: ba450e5aade5375749bc9350ac56880e SHA1: 3e6f3a9825431c7f5709c6fd0471af5446aee591 SHA256: d4375833e28d6adedda14f174204115e0d9eb6418e91d916f865f168ff81d575 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