AZCopy Get list of failed transfer files

大城市里の小女人 提交于 2019-12-23 03:22:31

问题


When running azcopy it shows that "Transfer failed: 5" the output $Result does not tell which files failed.

$Result = & $azcopyLocation /Source:$TempDestination /Dest:$deploymentPath /destkey:$destinationKey /NC:30 /S /Y 

Is there a way to find out which files failed to copy?


回答1:


Add "/V:" and enter a directory and txt file name, like: /V:C:\AzCopy\Logs\Log.txt It creates a log file which says which fails were uploaded and which were not and any errors that might occur.



来源:https://stackoverflow.com/questions/47510213/azcopy-get-list-of-failed-transfer-files

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!