From: Zoran Zaric Date: Thu, 2 Dec 2010 06:24:13 +0000 (+0100) Subject: Adds documentation for --exclude and --exclude-file to bup indexes manpage. X-Git-Tag: bup-0.21-rc1~8 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=d47ca39ae6bfc034ccb3177be56f750b49e1fee5 Adds documentation for --exclude and --exclude-file to bup indexes manpage. Signed-off-by: Zoran Zaric --- diff --git a/Documentation/bup-index.md b/Documentation/bup-index.md index 4e43f59..40336e7 100644 --- a/Documentation/bup-index.md +++ b/Documentation/bup-index.md @@ -9,7 +9,7 @@ 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] +[--check] [-f *indexfile*] [--exclude *path*] [--exclude-file *filename*] [-v] # DESCRIPTION @@ -97,6 +97,13 @@ 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-file=*filename* +: a file that contains exclude paths + -v, --verbose : increase log output during update (can be used more than once). With one `-v`, print each directory as it