mirror of https://github.com/restic/restic.git
Add documentation for --group-by flag for snapshots command
This commit is contained in:
parent
733519d895
commit
9a26be4e5b
|
@ -56,6 +56,31 @@ Or filter by host:
|
||||||
|
|
||||||
Combining filters is also possible.
|
Combining filters is also possible.
|
||||||
|
|
||||||
|
Furthermore you can group the output by the same filters (host, paths, tags):
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
$ restic -r /srv/restic-repo snapshots --group-by host
|
||||||
|
|
||||||
|
enter password for repository:
|
||||||
|
snapshots for (host [kasimir])
|
||||||
|
ID Date Host Tags Directory
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
40dc1520 2015-05-08 21:38:30 kasimir /home/user/work
|
||||||
|
79766175 2015-05-08 21:40:19 kasimir /home/user/work
|
||||||
|
2 snapshots
|
||||||
|
snapshots for (host [luigi])
|
||||||
|
ID Date Host Tags Directory
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
bdbd3439 2015-05-08 21:45:17 luigi /home/art
|
||||||
|
9f0bc19e 2015-05-08 21:46:11 luigi /srv
|
||||||
|
2 snapshots
|
||||||
|
snapshots for (host [kazik])
|
||||||
|
ID Date Host Tags Directory
|
||||||
|
----------------------------------------------------------------------
|
||||||
|
590c8fc8 2015-05-08 21:47:38 kazik /srv
|
||||||
|
1 snapshots
|
||||||
|
|
||||||
|
|
||||||
Checking a repo's integrity and consistency
|
Checking a repo's integrity and consistency
|
||||||
===========================================
|
===========================================
|
||||||
|
|
Loading…
Reference in New Issue