Jelajahi Sumber

docs: give examples for borg mount exclusion options

(cherry picked from commit 0eaec603846968af10bb5cc9ef466af58c325907)
Thomas Waldmann 7 tahun lalu
induk
melakukan
25b40a261b
1 mengubah file dengan 6 tambahan dan 0 penghapusan
  1. 6 0
      docs/usage/mount.rst

+ 6 - 0
docs/usage/mount.rst

@@ -36,6 +36,12 @@ Examples
     # which does not support lazy processing of archives.
     $ borg mount -o versions --glob-archives '*-my-home' --last 10 /path/to/repo /tmp/mymountpoint
 
+    # Exclusion options are supported.
+    # These can speed up mounting and lower memory needs significantly.
+    $ borg mount /path/to/repo /tmp/mymountpoint only/that/path
+    $ borg mount --exclude '...' /path/to/repo /tmp/mymountpoint
+
+
 borgfs
 ++++++