]> arthur.barton.de Git - bup.git/commitdiff
bup-index.md: indicate that non-rx --exclude paths are taken literally.
authorRob Browning <rlb@defaultvalue.org>
Sat, 2 Nov 2013 16:26:26 +0000 (11:26 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 2 Nov 2013 16:36:41 +0000 (11:36 -0500)
Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-index.md

index 29576e77afa4ebd001e97be8823f06e10f98dfd0..f804a7995253f4ed13f3ae754083a11e31368b64 100644 (file)
@@ -146,12 +146,12 @@ does, due to the accommodations described above.
     `$BUP_DIR/bupindex`.
 
 \--exclude=*path*
-:   a path to exclude from the backup (can be used more
-    than once)
+:   exclude *path* from the backup; *path* is not expanded in any
+    way (can be used more than once).
 
 \--exclude-from=*filename*
-:   a file that contains exclude paths (can be used more
-    than once)
+:   read --exclude paths from *filename*, one path per-line (can be
+    used more than once).
 
 \--exclude-rx=*pattern*
 :   exclude any path matching *pattern*, which must be a Python regular