When I sum BackupSize retrieved from GetAllStorages of all backups, the total amount looks higher than the number being viewed through SOBR Used Space.
What's the difference in between those two approaches?
What's the difference in between those two approaches?
Code:
foreach ($storage in $backup.GetAllStorages()) { if (-Not $storage.IsContentExternal) { $usedSpace += $storage.Stats.BackupSize } }Statistics: Posted by donaldli — Mar 20, 2024 5:53 pm










