public String[] getBackupDirs(String id, Boolean nameOnly) { Config c = configs[id]; return(ConfigHandler.getBackupDirsForConfig(c, nameOnly)); }