docs: give examples for borg mount exclusion options

(cherry picked from commit 0eaec60384)
This commit is contained in:
Thomas Waldmann 2017-11-25 20:18:59 +01:00
parent ef39dc6554
commit 25b40a261b
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ Examples
# which does not support lazy processing of archives. # which does not support lazy processing of archives.
$ borg mount -o versions --glob-archives '*-my-home' --last 10 /path/to/repo /tmp/mymountpoint $ 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 borgfs
++++++ ++++++