mirror of
https://github.com/octoleo/restic.git
synced 2025-01-22 22:58:26 +00:00
4b3c054257
The default value of the `--host` flag was set to 'H' (the shorthand version of the flag), this caused the snapshot lookup to fail. Also add shorthand `-H` for `backup` command. Closes #2040