1

I want to copy Table Storage to another Account Storage and I know limitation about Azcopy doesn't support direct copy with Table Storage. I found Copy table from azure to local storage using AzCopy but it didn't work for me. I got error message unknown command"/source:http..." for azcopy, so I think that post is out updated. So, I want to ask again. How to copy Table Storage to another Account Storage? Thanks for your help

Ivan Glasenberg
  • 29,865
  • 2
  • 44
  • 60
Hung Nguyen Duy
  • 165
  • 1
  • 9
  • please install azcopy version 7.3, as per this [doc](https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azcopy-v10#download-azcopy) – Ivan Glasenberg Aug 08 '19 at 09:24

1 Answers1

1

For table storage, you should use Azcopy version 7.3. Please follow this link to download/install version 7.3. Then you can use the command.

Ivan Glasenberg
  • 29,865
  • 2
  • 44
  • 60