2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-27 17:18:34 +00:00

8 lines
296 B
Plaintext
Raw Normal View History

2024-05-31 21:12:13 +02: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
remain unchanged, which would be updated or freshly restored.
https://github.com/restic/restic/pull/4839