浏览代码

Merge pull request #2779 from enkore/docs/mount-examples

docs: mount: show usage of archive filters
enkore 8 年之前
父节点
当前提交
46f363a27b
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/usage/mount.rst

+ 5 - 0
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
 ++++++