mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
1.4 KiB
1.4 KiB
Comparison rustic vs. restic
Improvements implemented in rustic:
- Allows using cold storage (e.g. AWS Glacier) repos which are only read in the
restorecommand + supports warm-up - All operations are completely lock-free as rustic supports two-phase-pruning
(prune option
instant-deleteis available) - Supports configuration in a config file (example config files)
- 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 repaircommand allows to repair some kinds of broken repositoriesbackupcommand can use.gitignorefilesrestoreuses existing files; also option--deleteavailable- Snapshots save much more information, available in
snapshotscommand - Integrates the Rhai script language for snapshot filtering
- Allows to save repository options in the repository config file via the
command
config - New command
merge - New command
repo-info checkcommand checks and uses cache; option--trust-cacheis available- Option
prune --fast-repackfor faster repacking - Syntax
<SNAPSHOT>[:PATH]is available for many commands
Missing points
- tests and benchmarks
- missing commands: find, mount