A single "filesets" block is allowed. Only the first one will be taken into account.
(Such a situation will display an explicit error in v3.) Thomas On 10/08/15 16:08, Loris Bennett wrote: > LEIBOVICI Thomas <[email protected]> writes: > >> %include can only be used out of config blocks. > So if I have includes/common_fileclasses.conf: > > Filesets { > FileClass backup_files { > Definition { > name == "*~" > } > } > } > > and home.conf: > > %include "includes/common_fileclasses.conf" > > Filesets { > FileClass loris_tmp { > Definition { > tree == "/home/loris/tmp" > and > name == "*.tar" > } > } > } > > will both file classes be defined or with the first (or second) > definition take precedence? > > How can I check this? Do I have to wait for a full scan (in my case > about 16 hrs) to be completed and then do > > rbh-report --class-info -f home > > or is there a quick way to check the definition of the classes (rather > than information about the files in the class)? > > Cheers, > > Loris > ------------------------------------------------------------------------------ _______________________________________________ robinhood-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/robinhood-support
