From: Rob Browning Date: Sat, 2 Nov 2013 16:26:26 +0000 (-0500) Subject: bup-index.md: indicate that non-rx --exclude paths are taken literally. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=353475052546ff30b4d8577d47e38461b59a06e7;p=packages%2Fb%2Fbup.git bup-index.md: indicate that non-rx --exclude paths are taken literally. Signed-off-by: Rob Browning --- diff --git a/Documentation/bup-index.md b/Documentation/bup-index.md index 29576e7..f804a79 100644 --- a/Documentation/bup-index.md +++ b/Documentation/bup-index.md @@ -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