From: Rob Browning Date: Sun, 17 Feb 2013 04:05:24 +0000 (-0600) Subject: Add index --no-check-device to the index manpage. X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=361151606f1b21da043edbdf429276b64116cfbf;p=packages%2Fb%2Fbup.git Add index --no-check-device to the index manpage. Signed-off-by: Rob Browning --- diff --git a/Documentation/bup-index.md b/Documentation/bup-index.md index e25c9a2..a2a4979 100644 --- a/Documentation/bup-index.md +++ b/Documentation/bup-index.md @@ -8,7 +8,7 @@ bup-index - print and/or update the bup filesystem index # SYNOPSIS -bup index \<-p|-m|-s|-u\> [-H] [-l] [-x] [\--fake-valid] +bup index \<-p|-m|-s|-u\> [-H] [-l] [-x] [\--fake-valid] [\--no-check-device] [\--fake-invalid] [\--check] [\--clear] [-f *indexfile*] [\--exclude *path*] [\--exclude-from *filename*] [-v] \ @@ -153,6 +153,11 @@ does, due to the accommodations described above. : a file that contains exclude paths (can be used more than once) +\--no-check-device +: don't mark a an entry invalid if the device number (stat(2) + st_dev) changes. This can be useful when indexing remote, + automounted, or (LVM) snapshot filesystems. + -v, \--verbose : increase log output during update (can be used more than once). With one `-v`, print each directory as it