static L conceptBackupFilesContainingStringIC(S dbID, S text) { ret filter(conceptBackupFiles(dbID), f -> gzFileContainsIC(f, text)); }