From 946f1a4eec2c37a47824d201eb2a00bb01677099 Mon Sep 17 00:00:00 2001 From: Marian Beermann Date: Sun, 2 Jul 2017 22:14:36 +0200 Subject: [PATCH] docs: mount: show usage of archive filters this is pretty vital, since the versions view is basically useless without them. --- docs/usage/mount.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/usage/mount.rst b/docs/usage/mount.rst index b89ddc99a..46c7d554c 100644 --- a/docs/usage/mount.rst +++ b/docs/usage/mount.rst @@ -31,6 +31,11 @@ Examples -rw-rw-r-- 1 user group 12204 Aug 26 21:04 doc.fa760f28.txt $ borg umount /tmp/mymountpoint + # Archive filters are supported. + # These are especially handy for the "versions view", + # which does not support lazy processing of archives. + $ borg mount -o versions --glob-archives '*-my-home' --last 10 /path/to/repo /tmp/mymountpoint + borgfs ++++++