gpt4 book ai didi

azure - 如何处理 AZcopy 失败的文件传输

转载 作者:行者123 更新时间:2023-12-02 06:02:03 25 4
gpt4 key购买 nike

我正在将大量小文件从本地文件系统复制到 Azure Blob 存储。很少有文件无法上传。AZcopy 似乎只是记录这些失败,并且没有简单的方法来重试上传这些文件。逐个搜索每个文件并手动上传是不可行的(从时间上来说)。是否有任何建议来处理这些失败并重试自动上传到 Blob?

最佳答案

如果传输作业错误不是由 sas token 或身份验证导致的,您可以尝试以下命令行 link .

显示失败作业的错误消息:

azcopy jobs show <job-id> --with-status=Failed

enter image description here

修复它们,然后执行恢复命令:

azcopy jobs resume <job-id> --source-sas="<sas-token>"
azcopy jobs resume <job-id> --destination-sas="<sas-token>"

请引用上面命令的语句:

When you resume a job, AzCopy looks at the job plan file. The plan file lists all the files that were identified for processing when the job was first created. When you resume a job, AzCopy will attempt to transfer all of the files that are listed in the plan file which weren't already transferred.

关于azure - 如何处理 AZcopy 失败的文件传输,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57004873/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com