I am currently using robinhood-2.5.4 (will look at moving to v3). I am not
clear on the output from an rbh-report --class-info. For testing and
understanding , I have a very simple fileset defined with a purge policy.
Filesets {
  FileClass xattr_purple {
              definition { xattr.user.comment == "purple'}
  }

  FileClass xattr_orange {
              definition { xattr.user.comment == "orange"}
}

purge_policies {
               ignore_fileclass = xattr_purple;
               ignore_fileclass = xattr_orange;
}

For those with a user.comment not orange or purple , I think it is getting
counted under "ignore" but there is a category [n/a]. Could elaborate on
what that is counting ? I guess I was assuming that anything not defined in
the filesets would all be ignored

Thanks
------------------------------------------------------------------------------
_______________________________________________
robinhood-support mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/robinhood-support

Reply via email to