2024-05-31 19:12:13 +00:00
|
|
|
Enhancement: Add dry-run support to `restore` command
|
|
|
|
|
|
|
|
The `restore` command now supports the `--dry-run` option to perform
|
|
|
|
a dry run. Pass the `--verbose=2` option to see which files would
|
2024-07-22 22:19:22 +00:00
|
|
|
remain unchanged, and which would be updated or freshly restored.
|
2024-05-31 19:12:13 +00:00
|
|
|
|
|
|
|
https://github.com/restic/restic/pull/4839
|