我正在尝试使用 AzCopy for Linux 将示例文件从我的 Ubuntu 机器上传到 Azure,但无论我更改为何种权限/所有权,我都会收到以下错误。
$ azcopy --source ../my_pub --destination https://account-name.blob.core.windows.net/mycontainer --dest-key account-key
Incomplete operation with same command line detected at the journal directory "/home/jmis/Microsoft/Azure/AzCopy", do you want to resume the operation? Choose Yes to resume, choose No to overwrite the journal to start a new operation. (Yes/No) Yes
[2017/11/18 22:06:24][ERROR] Error parsing source location "../my_pub": Failed to enumerate directory /home/jmis/my_pub/ with file pattern *. Cannot find the path '/home/jmis/my_pub/'.
我已经在互联网上挖掘以寻找解决方案,但没有运气,我最终在这里问了一个问题。