mirror of
https://github.com/restic/restic.git
synced 2024-12-21 23:33:03 +00:00
7 lines
300 B
Text
7 lines
300 B
Text
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
|
|
remain unchanged, and which would be updated or freshly restored.
|
|
|
|
https://github.com/restic/restic/pull/4839
|