]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-drecurse.md
Add support for "bup index --exclude-rx <pattern> ...".
[bup.git] / Documentation / bup-drecurse.md
index ffa5caff72be771a8fad567ae5bfbfa708995d8e..46920257d329db7f95d7f100b11163bf485afc5e 100644 (file)
@@ -8,8 +8,8 @@ bup-drecurse - recursively list files in your filesystem
 
 # SYNOPSIS
 
-bup drecurse [-x] [-q] [--exclude *path*]
-[--exclude-from *filename*] [--profile] \<path\>
+bup drecurse [-x] [-q] [\--exclude *path*]
+[\--exclude-from *filename*] [\--profile] \<path\>
 
 # DESCRIPTION
 
@@ -29,22 +29,22 @@ come after its children, making this easy.
 
 # OPTIONS
 
--x, --xdev, --one-file-system
+-x, \--xdev, \--one-file-system
 :   don't cross filesystem boundaries.
 
--q, --quiet
+-q, \--quiet
 :   don't print filenames as they are encountered.  Useful
     when testing performance of the traversal algorithms.
 
---exclude=*path*
+\--exclude=*path*
 :   a path to exclude from the backup (can be used more
     than once)
 
---exclude-from=*filename*
+\--exclude-from=*filename*
 :   a file that contains exclude paths (can be used more
     than once)
     
---profile
+\--profile
 :   print profiling information upon completion.  Useful
     when testing performance of the traversal algorithms.