/duplicati-restore-rs

Program to restore files from a duplicati backup fast, written in Rust

Primary LanguageRustMIT LicenseMIT

Rust Duplicati Restore

Fast Duplicati disaster recovery. Processes files across many threads, to maximze restore speed.

Run

Usage: cargo run -- --backup-dir <BACKUP_DIR> --restore-dir <FILE>

More flags here

Or download the latest binary from releases

Limitations

Built With

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Ben Fisher - His python script included in the Duplicati reposistory inspired this project, and this project was roughly based on it.

  • Nathan McCarty - Created Rust-Duplicati-Restore itself

  • 7ERr0r - Optimized ZIP reader. Added sha2 verification.