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

-- 
This signature is currently under construction.


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

Reply via email to