debian man page for bup-drecurse

Query: bup-drecurse

OS: debian

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

bup-drecurse(1) 					      General Commands Manual						   bup-drecurse(1)

NAME
bup-drecurse - recursively list files in your filesystem
SYNOPSIS
bup drecurse [-x] [-q] [--exclude path] [--exclude-from filename] [--profile] <path>
DESCRIPTION
bup drecurse traverses files in the filesystem in a way similar to find(1). In most cases, you should use find(1) instead. This program is useful mainly for testing the file traversal algorithm used in bup-index(1). Note that filenames are returned in reverse alphabetical order, as in bup-index(1). This is important because you can't generate the hash of a parent directory until you have generated the hashes of all its children. When listing files in reverse order, the parent directory will come after its children, making this easy.
OPTIONS
-x, --xdev, --one-file-system don't cross filesystem boundaries. -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 when testing performance of the traversal algorithms.
EXAMPLE
bup drecurse -x /
SEE ALSO
bup-index(1)
BUP
Part of the bup(1) suite.
AUTHORS
Avery Pennarun <apenwarr@gmail.com>. Bup unknown- bup-drecurse(1)
Related Man Pages
bup-index(1) - debian
bup-join(1) - debian
bup-restore(1) - debian
bup-web(1) - debian
bup-tag(1) - debian
Similar Topics in the Unix Linux Community
tar: how to exclude subdirectories?
how do i exclude the current directory when using find?
tar --exclude with curly braces
comment a line of the patterns is a the beginning of the line
How-To Exclude Directory in find command