forked from TrueCloudLab/restic
Merge pull request #2815 from scelfo/patch-1
--hostname flag is deprecated
This commit is contained in:
commit
64976b1a4d
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ Multiple policies will be ORed together so as to be as inclusive as possible
|
|||
for keeping snapshots.
|
||||
|
||||
Additionally, you can restrict removing snapshots to those which have a
|
||||
particular hostname with the ``--hostname`` parameter, or tags with the
|
||||
particular hostname with the ``--host`` parameter, or tags with the
|
||||
``--tag`` option. When multiple tags are specified, only the snapshots
|
||||
which have all the tags are considered. For example, the following command
|
||||
removes all but the latest snapshot of all snapshots that have the tag ``foo``:
|
||||
|
|
Loading…
Reference in a new issue