Send some metrics

This commit is contained in:
Johannes Zellner
2025-09-29 14:44:42 +02:00
parent 9e99dae864
commit 38267a26c1
9 changed files with 123 additions and 22 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ async function getFilesystems() {
filesystems[diskInfo.filesystem].contents.push(stdPath);
}
for (const backupSite of await backupSites.list(1, 100)) {
for (const backupSite of await backupSites.list()) {
if (backupSite.provider === 'filesystem') {
const [, dfResult] = await safe(df.file(backupSite.config.backupDir));
const filesystem = dfResult?.filesystem || rootDisk.filesystem;