]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-fuse.1.md
add -o/--allow-other to bup-fuse
[bup.git] / Documentation / bup-fuse.1.md
index bb29364233153e4587f34762e2d43bd5474bdcfe..1aa16b262b416f12dea2475c5911d768e660848b 100644 (file)
@@ -8,7 +8,7 @@ bup fuse - mount a bup repository as a filesystem
 
 # SYNOPSIS
 
-bup fuse [-d] [-f] <mountpoint>
+bup fuse [-d] [-f] [-o] <mountpoint>
 
 # DESCRIPTION
 
@@ -33,6 +33,9 @@ by all users.
 :   run in the foreground and exit only when the filesystem
     is unmounted.
 
+-o, --allow-other
+:   permit other users to access the filesystem. Necessary for
+    exporting the filesystem via Samba, for example.
 
 # EXAMPLE
 
@@ -42,7 +45,7 @@ by all users.
 
 # SEE ALSO
 
-`fuse`(7), `fusermount`(1), `bup-ls`(1)
+`fuse`(7), `fusermount`(1), `bup-ls`(1), `bup-ftp`(1)
 
 # BUP