table of contents
other versions
- Tumbleweed 3.1.7-3.5
- Leap-16.0
- Leap-15.6
rbh-diff(1) | Robinhood 3.0 | rbh-diff(1) |
NAME¶
rbh-diff - list differences between robinhood database and the filesystem
SYNOPSIS¶
rbh-diff [options]
OPTIONS¶
- -s dir, --scan=dir
- Only scan the specified subdir.
- -d attrset, --diff=attrset :
- Display changes for the given set of attributes. attrset is a list of options in: path,posix,stripe,all,status,notimes,noatime.
- -a {fs|db}, --apply[={fs|db}]
- db (default): apply changes to the database using the filesystem as the reference. fs: revert changes in the filesystem using the database as the reference.
- --dry-run
- If --apply=fs, display operations on filesystem without performing them.
- -b, --from-backend
- When applying changes to the filesystem (--apply=fs), recover objects from the backend storage (otherwise, recover orphaned objects on OSTs).
CONFIG FILE OPTIONS¶
- -f file, --config-file=configfile
- Path to configuration file (or short name).
MISCELLANEOUS OPTIONS¶
- -l level, --log-level=loglevel
- Force the log verbosity level (overrides configuration value). Allowed values: CRIT, MAJOR, EVENT, VERB, DEBUG, FULL.
- -h, --help
- Display a short help about command line options.
- -V, --version
- Display version info
SEE ALSO¶
07 July 2016 |