diff --git a/doc/045_working_with_repos.rst b/doc/045_working_with_repos.rst index 6890e32aa..850e29579 100644 --- a/doc/045_working_with_repos.rst +++ b/doc/045_working_with_repos.rst @@ -56,6 +56,31 @@ Or filter by host: 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 ===========================================