Forum Discussion

lorenzopatuzzi's avatar
lorenzopatuzzi
Copper Contributor
Apr 17, 2020

Limit bandwitch when importing pst to Office 365

I'm using AzCopy to import some pst following the official guide.

The issue for me is that it uses all my bandwith and basically it kills my network, is there a way to limit this ?

I read about --Cap-Mbps flag but if I added it to my command it gives me error.

 

This works but kill my network:

 

 

 

AzCopy /Source:"D:\psts" /Dest:"URL" /V:"D:\upload.log" /Y

 

 

 

this doesn't work:

 

 

 

AzCopy /Source:"D:\psts" /Dest:"URL" /V:"D:\upload.log" /Y --Cap-Mbps 2

 

 

 

 

 

Resources