My "maybe" solution for the "problem":
Open, and run Powershell as administrator:
1st: Optimize-Volume -DriveLetter C -Defrag -Verbose
Run this all avilable partition (C,D,E, F etc..)
Then shut off the VM, then power on.
Run PowerShell again:
2nd: Optimize-Volume -DriveLetter C -Defrag -Retrim -Verbose
Run this all avilable partition (C,D,E, F etc..)
3rd: Set-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\FileSystem" -Name DisableDeleteNotification -Value 1
(Check the value: Get-ItemProperty -Path "HKLM:\System\CurrentControlSet\Control\FileSystem" -Name DisableDeleteNotification)
Then Power Off, Power on again.
After theese, the first backup is a slow-full, but then my experiences after 2 days of backups:
The daily backup has been reduced from 6 hours to 1 hour, and there are still 2 servers to be do the defrag.
So it seems that the free space was very fragmented after the migration, so any small change generated a huge dirty bitmap in the free space as well.