From: Avery Pennarun Date: Sat, 26 Jun 2010 03:36:04 +0000 (-0400) Subject: bup-fuse.1: mention how to unmount the filesystem when we're done. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8495265fa66043c0aa4450c7af791fe4a1221ed7;p=packages%2Fb%2Fbup.git bup-fuse.1: mention how to unmount the filesystem when we're done. Based on a question from the mailing list. Signed-off-by: Avery Pennarun --- diff --git a/Documentation/bup-fuse.1.md b/Documentation/bup-fuse.1.md index 25c23b4..1a4469d 100644 --- a/Documentation/bup-fuse.1.md +++ b/Documentation/bup-fuse.1.md @@ -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