mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-20 21:57:03 -04:00
docs: mfusepy >= 3.1.0 is required
This commit is contained in:
parent
ee2fcefcb8
commit
661d2b6c5d
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ development header files (sometimes in a separate `-dev` or `-devel` package).
|
|||
* Optionally, if you wish to mount an archive as a FUSE filesystem, you need
|
||||
a FUSE implementation for Python:
|
||||
|
||||
- mfusepy_ >= 3.0.0 (for fuse 2 and fuse 3, use `pip install borgbackup[mfusepy]`), or
|
||||
- mfusepy_ >= 3.1.0 (for fuse 2 and fuse 3, use `pip install borgbackup[mfusepy]`), or
|
||||
- pyfuse3_ >= 3.1.1 (for fuse 3, use `pip install borgbackup[pyfuse3]`), or
|
||||
- llfuse_ >= 1.3.8 (for fuse 2, use `pip install borgbackup[llfuse]`).
|
||||
- Additionally, your OS will need to have FUSE support installed
|
||||
|
|
|
|||
Loading…
Reference in a new issue