#backup #staggered

app staggered-file-backup

An easy and secure staggered file backup solution

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

Download history 11/week @ 2025-10-09 5/week @ 2025-10-16

60 downloads per month

MPL-2.0 license

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

Download for WindowsDownload for macOSDownload for Linux

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