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.
Thank you so far. I am running one Windows Proxy (central Management Server) and 5 linux proxies in a pool. What do i need to do? Do i need to run the PowerShell command with -Proxy argument or with -ProxyPool Argument? Its not very clear to me. Thank you!
I've had a case open since 20/07/2026 (Case # 08165717) and on their advise ran a couple of fulls from the command line which completed, so I thought I had a resource issue on my side.
Now I've caught up with this thread and have just tried the 'OneDriveChildPageSize' fix, let's see how my backups run overnight
As suggested by support I edited the proxy.xml at %ProgramData%\Veeam\Backup365\Proxy.xml to add the OneDriveChildPageSize=150 parameter and ran the job again. It completed successfully. Now let's monitor it a couple of days.
cw1972 wrote: Jul 28, 2026 2:01 pm
I've had a case open since 20/07/2026 (Case # 08165717) and on their advise ran a couple of fulls from the command line which completed, so I thought I had a resource issue on my side.
Now I've caught up with this thread and have just tried the 'OneDriveChildPageSize' fix, let's see how my backups run overnight
All my backups completed successfully last night, so let hope this is now resolved until Microsoft makes further changes and breaks things again.