Hi all,
I’m working in a Object Storage repository sizing and I trying to use Veeam Calculator and Object First calculator too.
These are the starting criteria:
Size data source: 200TB
Retention: 14 days
Immutability: 14 days
Forecast: 5%
Annual Growt rate: 3%
Entering these configurations I received 2 different results from Veeam and Object First calculator.
In the first case I received 217.6TB repository space. With OF calculator I receive a sizing of 436TB. I got an answer from an ObjectFirst SE about an advanced configuration to set to have a better sizing but final result was 335 TB.
I think there is a big difference from 2 calculators.
Referring to BP page: https://bp.veeam.com/vbr/2_Design_Structures/D_Veeam_Components/D_backup_repositories/nasrepo.html
and using this formula:
Object Storage Repository Sizing
Sizing | Formula |
Full Backup | Source size - data reduction (%) |
Incremental Backups | (FUll Backup * change rate) * retention (days) |
Backup size | Full Backup + Incremental Backup |
Metadata | Backup Size * 5% |
Repository Capacity | Backup Size + Metadata + Workspace |
NOTE: Workspace space is only required for backup on disk and it’s not required for backup to Object Storage. In the same way, for NAS Backup to Object Storage, the Metadata will be kept in the Cache Repository AND in the Object Storage itself.
Considering a data reduction = 15%
calculation would be:
200 - 15% = 170TB FULL
170*0.1*14 = 238TB incrementals
Full + incrementals = 408TB + 20 TB metadata
Total: 428 TB.
So can we consider an error on Veeam calculator?
Thanks.