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

PowerShell • Re: Getting info from S3 Repositories and capacity layers on scaleouts

$
0
0
Hi exarchbcn, you're very welcome.

Regarding used size, I apparently need to update my bookmarks as looks like that method was removed.

Try the method from this thread, I was able to get it to work on v12.3.1 (current as of this writing)

powershell-f26/get-backup-repository-st ... ml#p489708

Code:

$repo = Get-VBRObjectStorageRepository -Type Wasabi -Name 'wasabi.cloud'[Veeam.Backup.Core.CArchiveRepository]::GetTotalUsedSize($repo.Id)
The same class has the original method as well:

[Veeam.Backup.Core.CArchiveREpository]::GetUsedSizeByIndices() #pass the repository ID as the argument like in the example above

Statistics: Posted by david.domask — May 19, 2025 7:45 am



Viewing all articles
Browse latest Browse all 9927

Latest Images

Trending Articles



Latest Images