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>
Or download the latest binary from releases
Limitations
- Does not yet support encrypted backups -
.aes
files - Does not support remote repositories yet, I reccomend using rclone to pull down a local copy
Built With
- Rust
rayon
crate- Modified
zip
crate - And many more, see Cargo.toml for full list
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.