4 releases
Uses new Rust 2024
| 0.1.0-alpha.3 | Oct 1, 2025 |
|---|---|
| 0.1.0-alpha.1 | Sep 30, 2025 |
| 0.1.0-alpha.0 | Sep 29, 2025 |
#2078 in Command line utilities
60 downloads per month
230KB
1.5K
SLoC
staggered-file-backup
An easy and secure staggered file backup solution
[!WARNING] Work in Progress!
staggered-file-backup is designed to backup a single file!
Usage
To backup a single file to a directory:
staggered-file-backup ./path/to/source/file ./path/to/target/backup/dir/
Installation
Compiled Binaries
From Source
cargo install staggered-file-backup
Please only use the directory for this single backup and nothing else!
Performance
Currently the project is not optimized. PGO + LTO make no difference as the bottleneck is with the system (and with my bad code).
Dependencies
~16–48MB
~619K SLoC