Merge pull request 2088 from garrmcnu/stats-latest-host

stats: Add shorthand flag `-H` for host name filter
This commit is contained in:
Alexander Neumann
2018-11-24 19:05:53 +01:00
3 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
Bugfix: Add host name filter shorthand flag for `stats` command
The default value for `--host` flag was set to 'H' (the shorthand version of
the flag), this caused the lookup for the latest snapshot to fail.
Add shorthand flag `-H` for `--host` (with empty default so if these flags
are not specified the latest snapshot will not filter by host name).
Also add shorthand `-H` for `backup` command.
https://github.com/restic/restic/issues/2040