]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-fuse.md
Update base_version to 0.34~ for 0.34 development
[bup.git] / Documentation / bup-fuse.md
index 3304b0bfc4454aa533196838c4549b4471d1a6f8..ed6f5b8a66f2790f6982aaa82d89dcdef454e848 100644 (file)
@@ -27,20 +27,30 @@ should unmount it with `umount`(8).
 
 # OPTIONS
 
--d, --debug
+-d, \--debug
 :   run in the foreground and print FUSE debug information
     for each request.
 
--f, --foreground
+-f, \--foreground
 :   run in the foreground and exit only when the filesystem
     is unmounted.
 
--o, --allow-other
+-o, \--allow-other
 :   permit other users to access the filesystem. Necessary for
     exporting the filesystem via Samba, for example.
 
-# EXAMPLE
+\--meta
+:   report some of the original metadata (when available) for the
+    mounted paths (currently the uid, gid, mode, and timestamps).
+    Without this, only generic values will be presented.  This option
+    is not yet enabled by default because it may negatively affect
+    performance, and note that any timestamps before 1970-01-01 UTC
+    (i.e. before the Unix epoch) will be presented as 1970-01-01 UTC.
 
+-v, \--verbose
+:   increase verbosity (can be used more than once).
+
+# EXAMPLES
     rm -rf /tmp/buptest
     mkdir /tmp/buptest
     sudo bup fuse -d /tmp/buptest