Skip to content

Commit 4bc3840

Browse files
committed
style: fmt
Signed-off-by: simonsan <[email protected]>
1 parent 50fe2f1 commit 4bc3840

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

src/comparison-restic.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,20 @@
33
Note that we regularly update this document to compare the latest versions of
44
rustic and restic. Currently, we compare restic 0.17.1 with rustic 0.9.1.
55

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

89
## General differences
910

10-
| | `restic` | `rustic` |
11-
| ---------------------- | ------------------------------------------------- | ------------------------------------------------------- |
12-
| programming language | Go | Rust |
11+
| | `restic` | `rustic` |
12+
| ---------------------- | ------------------------------------------------- | ------------------------------------------------------ |
13+
| programming language | Go | Rust |
1314
| test coverage || ❌ (42% in rustic_core) |
1415
| config profile support | ❌ (wrapper tools available) ||
15-
| locking | lock files in repository | lock-free operations, two-phase pruning |
16+
| locking | lock files in repository | lock-free operations, two-phase pruning |
1617
| cold storage | ❌ (no direct support, may work in special cases) | ✅ (full support including warm-up of needed data) |
1718
| in-repo config || ✅ (see below for details) |
18-
| logging | `-v` or `--quiet` | `--log-level` |
19+
| logging | `-v` or `--quiet` | `--log-level` |
1920
| allow to log to file |||
2021
| returns error code || (✅) only 0 or 1; not all commands support it |
2122
| available as library ||[rustic_core](https://crates.io/crates/rustic_core) |

src/stories.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Stories
22

33
Stories of people using `rustic`:
4+
45
- [Simple comparison of borg, restic and rustic (2024)](https://archive.ph/So9vG)
56
- [Economic side of hosting rustic repo in AWS Glacier](https://archive.ph/jGA4r)
67
- [Technical side of migrating to Glacier, restoring and such](https://archive.ph/9ZUTQ)

0 commit comments

Comments
 (0)