【问题标题】:AzCopy Copy from fileshare to blob with file path included in the blob nameAzCopy 从文件共享复制到 blob,文件路径包含在 blob 名称中
【发布时间】:2019-03-29 05:17:38
【问题描述】:

我可以从包含子目录的共享中复制目录,以便 blob 名称具有路径名称吗?

\\testshare\July\File1.txt

\\testshare\May\File1.txt

\\testshare\June\File3.txt

\\testshare\June\Week3\File3.txt

在blob容器中,我想拥有

七月/File1.text

May/File1.text

六月/File3.txt

六月/Week3/File3.txt

【问题讨论】:

    标签: azure azure-blob-storage azcopy


    【解决方案1】:

    没关系,AZCopy 默认会这样做。

    AzCopy /Dest:https://myblob.blob.core.windows.net/files /Source:C:\myfolder /DestKey:xzxzxzxzzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxzxz== /S

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2019-08-12
      • 2016-05-29
      • 2021-02-22
      • 2021-06-20
      • 1970-01-01
      • 2021-11-11
      • 1970-01-01
      • 2019-03-19
      相关资源
      最近更新 更多