Symptom
If the NAS can be accessed through multiple networks, the backup data is sent across all those networks.
Cause
This happens because the SMB multi-channel feature of SMB 3.0 sends data through multiple paths. This feature is available in Windows Server 2012 and newer versions.
Workaround
Execute the following PowerShell command to disable SMB multichannel:
Set-SmbClientConfiguration -EnableMultiChannel $false
(13451079184281)
Comments
0 comments
Article is closed for comments.