Hi,

Would it be possible to use a FileClass in an Alert, e.g.

Filesets {
    FileClass big_files {
        Definition {
            type == file
            and
            size > 100GB
        }
    }
}

EntryProcessor {
    Alert big_files {
        fileclass = big_files
        and
        last_mod < 1d
    }
}

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