borgbutler-core/src/main/java/de/micromata/borgbutler/cache/ButlerCache.java
@@ -265,5 +265,7 @@ this.jcsCache = JCSCache.getInstance(); this.repoCacheAccess = jcsCache.getJCSCache("repositories"); this.archiveFilelistCache = new ArchiveFilelistCache(getCacheDir(), configuration.getCacheArchiveContentMaxDiscSizeMB()); // Assign the repo ids to the repo config objects: getAllRepositories(); } } borgbutler-webapp/src/components/views/archives/FileListFilter.jsx