True, but after the jobs completed, I didn't see a huge increase in storage usage. Perhaps a full run is only scanning all files and not backing them up if they exist already.
create an extra Job for the affectedt sharepoint sites and run this job with:
Get-VBOJob -Name "Backup job name" | Start-VBOJob -RunAsync -Full
^I can confirm this works for two days then fails.
Unfortunately we have 30+ companies backing up that are failing with the OneDrive/Sharepoint errors. Companies outside of mine are reporting same failures.
Running the command above does seem to create a successful incremental backup. However seeing the same as others, subsequent scheduled backups still fail.
Update - July 27, 2026
To remediate this situation, update the OneDriveChildPageSize value for each backup proxy or proxy pool that is running an affected backup using Set-VBOConfigurationParameter.
Note: Ensure that the Veeam.Archiver.Proxy service on the proxy(s) is restarted after the setting is changed by adding the -Restart switch to the Set-VBOConfigurationParameter command.
Example PowerShell scripts can be found in the PowerShell User Guide.
Anyone brave enough to guinea pig it? I'm keen to find out if this remediates the issues just for OneDrive "sites" or if it resolves issues in traditional SharePoint sites too.
FrancWest wrote: Jul 24, 2026 4:12 am
It’s not fixed. At the very top of the article it says:
Yes, my mistake, I read the bottom line and it read like Veeam had taken care of it, but that was in reference to late 2025 / early 2026. I then opened a ticket with Veeam Support because it still wasn't working for me.
FCU_JE wrote: Jul 27, 2026 9:09 pm
Anyone brave enough to guinea pig it? I'm keen to find out if this remediates the issues just for OneDrive "sites" or if it resolves issues in traditional SharePoint sites too.
I've just tried it and it has worked.
In PowerShell (!!! Update with your hostname !!!):
I'm not sure if this is relevant, but I've just noticed that this won't work on Veeam Backup for Microsoft 365 version 7a as Set-VBOConfigurationParameter wasn't introduced until version 8.0.
I couldn't update this client as their backup server is still on Windows Server 2012 R2 and Veeam365 8.0 won't install on it.