mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 08:16:54 +00:00
docs: give examples for borg mount exclusion options
This commit is contained in:
parent
91ff2f81a6
commit
0eaec60384
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
++++++
|
||||
|
||||
|
|
Loading…
Reference in a new issue