]> 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 13db28d209be61dea2ce0e864e1642eece0bb0f8..46920257d329db7f95d7f100b11163bf485afc5e 100644 (file)
@@ -8,7 +8,8 @@ bup-drecurse - recursively list files in your filesystem
 
 # SYNOPSIS
 
-bup drecurse [-x] [-q] [--profile] \<path\>
+bup drecurse [-x] [-q] [\--exclude *path*]
+[\--exclude-from *filename*] [\--profile] \<path\>
 
 # DESCRIPTION
 
@@ -28,14 +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*
+:   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)
     
---profile
+\--profile
 :   print profiling information upon completion.  Useful
     when testing performance of the traversal algorithms.