mirror of
https://github.com/restic/restic.git
synced 2026-03-11 08:41:23 +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