]> git.michaelhowe.org Git - packages/b/bup.git/commitdiff
bup-fuse.1: mention how to unmount the filesystem when we're done.
authorAvery Pennarun <apenwarr@gmail.com>
Sat, 26 Jun 2010 03:36:04 +0000 (23:36 -0400)
committerAvery Pennarun <apenwarr@gmail.com>
Sat, 26 Jun 2010 03:36:28 +0000 (23:36 -0400)
Based on a question from the mailing list.

Signed-off-by: Avery Pennarun <apenwarr@gmail.com>
Documentation/bup-fuse.1.md

index 25c23b49f44d93296242f3118bae2dfee9b0c047..1a4469d5d581898fabb1fdbc7e4a693ef7fa7595 100644 (file)
@@ -22,6 +22,8 @@ which support FUSE.
 enforce any file permissions!  All files will be readable
 by all users.
 
+When you're done accessing the mounted fuse filesystem, you
+should unmount it with `umount`(8).
 
 # OPTIONS
 
@@ -42,6 +44,9 @@ by all users.
     rm -rf /tmp/buptest
     mkdir /tmp/buptest
     sudo bup fuse -d /tmp/buptest
+    ls /tmp/buptest/*/latest
+    ...
+    umount /tmp/buptest
 
 # SEE ALSO