mirror of
https://github.com/borgbackup/borg.git
synced 2026-02-18 18:19:16 -05:00
docs: mount: show usage of archive filters
this is pretty vital, since the versions view is basically useless without them.
This commit is contained in:
parent
c624e715ad
commit
946f1a4eec
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
++++++
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue