GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
bup-drecurse(1) bup-drecurse(1)

bup-drecurse - recursively list files in your filesystem

bup drecurse [-x] [-q] [--exclude path]  [--exclude-from filename] [--exclude-rx pattern]  [--exclude-rx-from filename] [--profile] <path>

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.

-x, --xdev, --one-file-system
don’t cross filesystem boundaries – though as with tar and rsync, the mount points themselves will still be reported.
-q, --quiet
don’t print filenames as they are encountered. Useful when testing performance of the traversal algorithms.
--exclude=path
exclude path from the backup (may be repeated).
--exclude-from=filename
read –exclude paths from filename, one path per-line (may be repeated). Ignore completely empty lines.
--exclude-rx=pattern
exclude any path matching pattern. See bup-index(1) for details, but note that unlike index, drecurse will produce relative paths if the drecurse target is a relative path. (may be repeated).
--exclude-rx-from=filename
read –exclude-rx patterns from filename, one pattern per-line (may be repeated). Ignore completely empty lines.
--profile
print profiling information upon completion. Useful when testing performance of the traversal algorithms.


bup drecurse -x /

    

bup-index(1)

Part of the bup(1) suite.

Avery Pennarun <apenwarr@gmail.com>.
2021-01-09 Bup 0.32

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.