]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-index.md
ShaBloom: Add k=4 support for large repositories
[bup.git] / Documentation / bup-index.md
index fa1552b210ae12c7b22ce5e1f52ebe0f9698437e..2ec65e2c45d5878ec5301c7e416929562fd729e1 100644 (file)
@@ -9,7 +9,8 @@ bup-index - print and/or update the bup filesystem index
 # SYNOPSIS
 
 bup index <-p|-m|-u> [-s] [-H] [-l] [-x] [--fake-valid]
-[--check] [-f *indexfile*] [-v] <filenames...>
+[--check] [-f *indexfile*] [--exclude *path*]
+[--exclude-from *filename*] [-v] <filenames...>
 
 # DESCRIPTION
 
@@ -97,6 +98,14 @@ need the same information).
 :   use a different index filename instead of
     `~/.bup/bupindex`.
 
+--exclude=*path*
+:   a path to exclude from the backup (can be used more
+    than once)
+
+--exclude-from=*filename*
+:   a file that contains exclude paths (can be used more
+    than once)
+
 -v, --verbose
 :   increase log output during update (can be used more
     than once).  With one `-v`, print each directory as it
@@ -110,7 +119,7 @@ need the same information).
 
 # SEE ALSO
 
-`bup-save`(1), `bup-drecurse`(1)
+`bup-save`(1), `bup-drecurse`(1), `bup-on`(1)
 
 # BUP