X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=cmd%2Findex-cmd.py;h=59ec113517b10078a753226210aacc16e0b0deee;hb=a710bbf5b61d33620ae0a49a9d2b5f156f3294be;hp=7bf526443f3acb65f515b873c42b5c747beaa221;hpb=19970cd8edb9762b3e6a83ed77637cdda700f96d;p=bup.git diff --git a/cmd/index-cmd.py b/cmd/index-cmd.py index 7bf5264..59ec113 100755 --- a/cmd/index-cmd.py +++ b/cmd/index-cmd.py @@ -194,9 +194,10 @@ no-check-device don't invalidate an entry if the containing device changes fake-valid mark all index entries as up-to-date even if they aren't fake-invalid mark all index entries as invalid f,indexfile= the name of the index file (normally BUP_DIR/bupindex) -exclude= a path to exclude from the backup (can be used more than once) -exclude-from= a file that contains exclude paths (can be used more than once) -exclude-rx= skip paths that match the unanchored regular expression +exclude= a path to exclude from the backup (may be repeated) +exclude-from= skip --exclude paths in file (may be repeated) +exclude-rx= skip paths matching the unanchored regex (may be repeated) +exclude-rx-from= skip --exclude-rx patterns in file (may be repeated) v,verbose increase log output (can be used more than once) x,xdev,one-file-system don't cross filesystem boundaries """