Send some metrics
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user