mirror of
https://github.com/restic/restic.git
synced 2026-04-25 22:19:25 +00:00
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