]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-drecurse.md
Add documentation for compression levels
[bup.git] / Documentation / bup-drecurse.md
index 13db28d209be61dea2ce0e864e1642eece0bb0f8..ffa5caff72be771a8fad567ae5bfbfa708995d8e 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
 
@@ -34,6 +35,14 @@ come after its children, making this easy.
 -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
 :   print profiling information upon completion.  Useful