![]() |
![]()
| ![]() |
![]()
NAMEbup-drecurse - recursively list files in your filesystem SYNOPSISbup drecurse [-x] [-q] [--exclude path] [--exclude-from filename] [--exclude-rx pattern] [--exclude-rx-from filename] [--profile] <path> DESCRIPTIONbup 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
EXAMPLES
SEE ALSObup-index(1) BUPPart of the bup(1) suite. AUTHORSAvery Pennarun apenwarr@gmail.com.
|