rustic - fast, encrypted, and deduplicated backups powered by Rust
Go to file
aawsome 330abf14b1
Merge pull request #19 from rustic-rs/cd-action-gh-release
use action-gh-release for deployment
2022-06-13 22:40:37 +02:00
.github/workflows use action-gh-release for deployment 2022-06-13 22:38:06 +02:00
changelog correct Cargo.toml and changelog 2022-06-06 06:38:21 +02:00
screenshots Update README and add screenshot 2022-05-25 21:24:23 +02:00
src backup: Add changed status for special files 2022-06-12 22:49:09 +02:00
Cargo.lock CI: use cache for tests 2022-06-13 21:34:25 +02:00
Cargo.toml correct Cargo.toml and changelog 2022-06-06 06:38:21 +02:00
FAQ.md Update README and add screenshot 2022-05-25 21:24:23 +02:00
README.md Update README and add screenshot 2022-05-25 21:24:23 +02:00

rustic - a restic-compatible backup tool written in pure Rust

crate Docs Apache2/MIT licensed Crates.io Downloads

Rustic is a backup tool that provides fast, encrypted, deduplicated backups. It reads and writes the restic repo format desribed in the design document and can therefore be used as a complete replacement for restic.

Note that rustic currently is in an beta release and misses tests. It is not yet considered to be ready for use in a production environment.

Have a question?

Look at the FAQ or open an issue!

Comparison with restics:

Improvements:

  • Completely lock-free
  • Huge decrease in memory requirement
  • Already much faster than restic for most operations (but not yet fully speed optimized)
  • Can use .gitignore files
  • Snapshots save much more information
  • New command repo-info
  • cat tree command accepts a snapshot and path to cat the tree blob

Differences:

  • backup uses glob patterns to include/exclude instead of exclude files

Current limitations:

  • Backup source and restore destinations only on local file system
  • Backup backends: So far only local disc and REST backends supported (others using rclone as REST backend)
  • Runs so far only on linux; help appreciated to add support for other OSes

Open points:

  • Add tests and benchmarks
  • Add CI
  • Implement a local cache
  • Add more backends, backup-sources and restore-destinations
  • Add missing commands: copy, dump, find, mount
  • Improve error handling
  • Parallelize the code even more and optimize for speed where useful

License

Licensed under either of:

at your option.

Contribution

Contributions in form of issues or PRs are very welcome.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.