rustic - fast, encrypted, and deduplicated backups powered by Rust
Go to file
aawsome f528337113
feat(commands): add --json option to forget command (#806)
Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
2023-08-16 18:41:13 +02:00
.cargo Refactor to library and cli application part 2023-06-06 08:51:43 +02:00
.github Add autocast gettingstarted file 2023-07-21 15:08:29 +02:00
changelog feat(commands): add --json option to forget command (#806) 2023-08-16 18:41:13 +02:00
config Add autocast gettingstarted file 2023-07-21 15:08:29 +02:00
coverage Refactor to library and cli application part 2023-06-06 08:51:43 +02:00
crates feat(commands): add --json option to forget command (#806) 2023-08-16 18:41:13 +02:00
docs docs: Add CONTRIBUTING.md (#762) 2023-08-10 22:38:09 +02:00
scripts Refactor to library and cli application part 2023-06-06 08:51:43 +02:00
src feat(commands): add --json option to forget command (#806) 2023-08-16 18:41:13 +02:00
tests Move init command to rustic_core 2023-07-07 07:02:10 +02:00
util/systemd Systemd timers for backup and forget 2023-07-08 09:05:45 +02:00
xtask Refactor to library and cli application part 2023-06-06 08:51:43 +02:00
.gitignore Refactor to library and cli application part 2023-06-06 08:51:43 +02:00
build.sh build.sh: Add optional parameters 2022-11-30 13:31:34 +01:00
Cargo.lock refactor: replace nom with shellwords to split strings (#752) 2023-08-16 18:18:09 +02:00
Cargo.toml refactor: replace nom with shellwords to split strings (#752) 2023-08-16 18:18:09 +02:00
CONTRIBUTING.md docs: Add CONTRIBUTING.md (#762) 2023-08-10 22:38:09 +02:00
justfile Refactor to library and cli application part 2023-06-06 08:51:43 +02:00
LICENSE-APACHE Refactor to library and cli application part 2023-06-06 08:51:43 +02:00
LICENSE-MIT Refactor to library and cli application part 2023-06-06 08:51:43 +02:00
README.md docs: Add CONTRIBUTING.md (#762) 2023-08-10 22:38:09 +02:00

rustic - fast, encrypted, deduplicated backups powered by Rust

crate Docs Apache2/MIT licensed Crates.io Downloads

Contact

Contact Where?
Issue Tracker GitHub Issues
Discord
Discussions GitHub Discussions

About

Rustic is a backup tool that provides fast, encrypted, deduplicated backups written in Rust. It reads and writes the restic repo format described in the design document and can be used as a restic replacement in most cases.

Rustic supports the major operating systems (Linux, MacOs, *BSD), Windows support is experimental.

Note that rustic currently is in a beta release and misses regression tests.

You can ask questions in the Discussions or have a look at the FAQ.

Features

  • Backup data is deduplicated and encrypted.
  • Backup storage can be local or cloud storages, including cold storages.
  • Allows multiple clients to concurrently access a backup repository using lock-free operations.
  • Backups by default are append-only on the repository.
  • The operations are robustly designed and can be safely aborted and efficiently resumed.
  • Snapshot organization is possible by hostname, backup paths, label and tags. Also a rich set of metadata is saved with each snapshot.
  • Retention policies and cleaning of old backups can be highly customized.
  • Follow-up backups only process changed files, but still create a complete backup snapshot.
  • In-place restore only modifies files which are changed.
  • Can use config files for easy configuration of all every-day commands, see example config files.

Quick start

rustic getting started

Are binaries available?

Sure. Check out the releases. Binaries for the latest development version are available here.

What is the difference between rustic and restic?

See the Comparison between rustic and restic.

Contribution

Contributions in form of issues or PRs are very welcome.

Please make sure, that you read the contribution guide.

License

Licensed under either of:

at your option.