Quantcast
Channel: R&D Forums
Viewing all articles
Browse latest Browse all 10129

PowerShell • backup GetAllStorages() BackupSize different to SOBR Used Space

$
0
0
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?

Code:

            foreach ($storage in $backup.GetAllStorages()) {                if (-Not $storage.IsContentExternal) {                    $usedSpace += $storage.Stats.BackupSize                }            }

Statistics: Posted by donaldli — Mar 20, 2024 5:53 pm



Viewing all articles
Browse latest Browse all 10129

Latest Images

Trending Articles



Latest Images