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).