]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-save.md
Store metadata in the index, in bupindex.meta; only store unique values.
[bup.git] / Documentation / bup-save.md
index a62eb089e72a4e1c42065bd1c1d3c68a599c17e2..738c6fc6ec2ee0612528047a5161d771d0d5dcb6 100644 (file)
@@ -21,9 +21,12 @@ first update the index using `bup index`.  The reasons
 for separating the two steps are described in the man page
 for `bup-index`(1).
 
-By default, metadata will be saved for every path.  However, if
-`--strip`, `--strip-path`, or `--graft` is specified, metadata will
-not be saved for the root directory (*/*).
+By default, metadata will be saved for every path, and the metadata
+for any unindexed parent directories of indexed paths will be taken
+directly from the filesystem.  However, if `--strip`, `--strip-path`,
+or `--graft` is specified, metadata will not be saved for the root
+directory (*/*).  See `bup-restore`(1) for more information about the
+handling of metadata.
 
 # OPTIONS