Skip to content

Commit

Permalink
style: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Dec 2, 2024
1 parent 50fe2f1 commit 4bc3840
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
13 changes: 7 additions & 6 deletions src/comparison-restic.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,20 @@
Note that we regularly update this document to compare the latest versions of
rustic and restic. Currently, we compare restic 0.17.1 with rustic 0.9.1.

You can also read a [simple comparison of borg, restic and rustic blogpost](https://archive.ph/So9vG).
You can also read a
[simple comparison of borg, restic and rustic blogpost](https://archive.ph/So9vG).

## General differences

| | `restic` | `rustic` |
| ---------------------- | ------------------------------------------------- | ------------------------------------------------------- |
| programming language | Go | Rust |
| | `restic` | `rustic` |
| ---------------------- | ------------------------------------------------- | ------------------------------------------------------ |
| programming language | Go | Rust |
| test coverage || ❌ (42% in rustic_core) |
| config profile support | ❌ (wrapper tools available) ||
| locking | lock files in repository | lock-free operations, two-phase pruning |
| locking | lock files in repository | lock-free operations, two-phase pruning |
| cold storage | ❌ (no direct support, may work in special cases) | ✅ (full support including warm-up of needed data) |
| in-repo config || ✅ (see below for details) |
| logging | `-v` or `--quiet` | `--log-level` |
| logging | `-v` or `--quiet` | `--log-level` |
| allow to log to file |||
| returns error code || (✅) only 0 or 1; not all commands support it |
| available as library ||[rustic_core](https://crates.io/crates/rustic_core) |
Expand Down
1 change: 1 addition & 0 deletions src/stories.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Stories

Stories of people using `rustic`:

- [Simple comparison of borg, restic and rustic (2024)](https://archive.ph/So9vG)
- [Economic side of hosting rustic repo in AWS Glacier](https://archive.ph/jGA4r)
- [Technical side of migrating to Glacier, restoring and such](https://archive.ph/9ZUTQ)
Expand Down

0 comments on commit 4bc3840

Please sign in to comment.