Sorry if this a duplicate,. I tried the search feature and found a few entries on the topic of sizing this, but none with any specific examples.
I am a new customer trying to deploy VBO for the first time. I have also review documentation, but it seems to gloss over this topic.
I have also review VBO deployment guide, which is for 2.0 which may be outdated since the relase of 3.0.
Using our mailbox size of 215GB and daily change rat of .1 GB and 90 days of retention, I come to a requirement of 19TB.
Does this sound right to anyone else? that seems quite high!
Sorry in advance for my ignorance.
-
- Lurker
- Posts: 2
- Liked: never
- Joined: Aug 21, 2019 5:46 pm
- Full Name: Graham Murison
- Contact:
-
- Product Manager
- Posts: 5929
- Liked: 1240 times
- Joined: Jul 15, 2013 11:09 am
- Full Name: Niels Engelen
- Contact:
Re: Sizing repository
That does sound high. Is every mailbox already 215GB? How many mailboxes do you have? And do they all change at 1GB every day?
GitHub: https://github.com/nielsengelen
-
- Service Provider
- Posts: 585
- Liked: 144 times
- Joined: Apr 03, 2019 6:53 am
- Full Name: Karsten Meja
- Contact:
Re: Sizing repository
215 + (0.1 * 2) * 90 + 10% = 256.3 GB
it is actually slightly less because of compression.
it is actually slightly less because of compression.
-
- Veeam Software
- Posts: 3476
- Liked: 830 times
- Joined: Oct 21, 2011 11:22 am
- Full Name: Polina Vasileva
- Contact:
Re: Sizing repository
Hi Graham and welcome to Veeam Forums,
First, the sizing recommendations provided in the v2 deployment guide are still relevant for v3. The updated version should be published in a couple of weeks, but for estimating Exchange Online backup storage the current guide is OK.
Next, in the VBO PowerShell module, there's a cmdlet which allows calculating the initial storage requirements - and it's also available in the Community Edition, which you can install and use for free. For example, to estimate the first full backup size of all mailboxes with Snapshot-based retention, you could run the following:
Hope it helps.
First, the sizing recommendations provided in the v2 deployment guide are still relevant for v3. The updated version should be published in a couple of weeks, but for estimating Exchange Online backup storage the current guide is OK.
Next, in the VBO PowerShell module, there's a cmdlet which allows calculating the initial storage requirements - and it's also available in the Community Edition, which you can install and use for free. For example, to estimate the first full backup size of all mailboxes with Snapshot-based retention, you could run the following:
Code: Select all
$org = Get-VBOOrganization -Name "yourorgname.onmicrosoft.com"
Measure-VBOOrganizationFullBackupSize -Organization $org -Mailbox
Who is online
Users browsing this forum: No registered users and 389 guests