rustic/tests
aawsome 00c4f197d7
feat(commands): Add --check-index option (#1078)
Adds the `--check-index` option. This is an alternative to `rustic
repair index` in cases where the repository is read-only and cannot be
repaired.

Using this option, the index is checked against existing pack files and
missing information is read from the pack headers.
2024-04-15 10:53:05 +02:00
..
completions-fixtures release: rustic-rs v0.7.0 (#1035) 2024-02-03 21:22:28 +00:00
show-config-fixtures feat(commands): Add --check-index option (#1078) 2024-04-15 10:53:05 +02:00
backup_restore.rs test: refactor integration tests to assert_cmd and predicates, test all configs in config subdirectory (#1060) 2024-02-29 20:04:19 +00:00
completions.rs Refactor to library and cli application part 2023-06-06 08:51:43 +02:00
config.rs test: refactor integration tests to assert_cmd and predicates, test all configs in config subdirectory (#1060) 2024-02-29 20:04:19 +00:00
show-config.rs feat(commands)!: show-config now outputs toml (#1095) 2024-04-10 06:55:01 +02:00