mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
comparison-restic: fix typo
And also improve sentence structure.
This commit is contained in:
parent
28919eb7fa
commit
82764ceb31
@ -1,4 +1,4 @@
|
||||
# Comarison rustic vs. restic
|
||||
# Comparison rustic vs. restic
|
||||
|
||||
Improvements implemented in rustic:
|
||||
* Allows using cold storage (e.g. AWS Glacier) repos which are only read in the `restore` command + supports warm-up
|
||||
@ -8,12 +8,12 @@ Improvements implemented in rustic:
|
||||
* Huge decrease in memory requirement
|
||||
* Already faster than restic for most operations (but not yet fully speed optimized)
|
||||
* Cleaner concept of logging output; possibility to write logs to a log file
|
||||
* `rustic repair` command allows to repair some kinds of broken repositories
|
||||
* `rustic repair` command allows repairing some kinds of broken repositories
|
||||
* `backup` command can use `.gitignore` files
|
||||
* `restore` uses existing files; also option `--delete` available
|
||||
* Snapshots save much more information, available in `snapshots` command
|
||||
* Integrates the [Rhai](https://rhai.rs/) script language for snapshot filtering
|
||||
* Allows to save repository options in the repository config file via the command `config`
|
||||
* Allows saving repository options in the repository config file via the command `config`
|
||||
* New command `merge`
|
||||
* New command `repo-info`
|
||||
* `check` command checks and uses cache; option `--trust-cache` is available
|
||||
@ -23,4 +23,3 @@ Improvements implemented in rustic:
|
||||
## Missing points:
|
||||
* [ ] tests and benchmarks
|
||||
* [ ] missing commands: find, mount
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user