dd_rescue is a generic data copy and transformation tool. It copies data that's only partially readable or overwrites data with random numbers (data protection). It calculates secure hashes via a plugin. Plugins also allow to transform data -- compression and upcoming encryption are supported. The encryption plugin does exclusively support AES (in CTR, CBC or ECB mode) and is highly optimized, using the CPU support on x86 and armv8. The compression plugin uses liblzo.
See my [old page](http://www.garloff.de/kurt/linux/ddrescue/) for more information for now.
Binaries (debian and RPM packages) are available from the Open Build Service: https://download.opensuse.org/repositories/home:/garloff:/storage/
Features
- Data recovery
- Data protection
- Encryption
- Compression
Follow dd_rescue
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
I always use dd_rescue instead of ddrescue. dd_rescue can handle being given the same input and output file and can do things like refresh magnetic recording. Additionally, it has encryption and compression functions.Reply from dd_rescue