Hello!
Using latest Firebird 4 (64 bits) I use this command for backups:
gbak -b -g -se localhost:service_mgr E:\DATOS\BASE.FDB E:\BACKUP\BASE.FBK -user uno -password uno
As an example:
- Windows 2012 dataservers, it takes 8 minutes for a 50GB database.
- Windows 2019 dataservers, it takes 67 minutes for a 50GB database.
I am testing this over 6 virtual machines, all with exactly the same resourses, 3 are W2012 and 3 are W2019. Same results always.
Thinking the source is defender/antimalware, I added exceptions for Firebird and data folders, but no differences.
Does anyone have any suggestion?
Thank you very much!