Ken Faulkner
Ken Faulkner
@kevinneumann Just one thought.... would copying between one Azure region and another meet your requirements? Just that copying to Azure is REALLY quick (in comparison) by using the blobcopy protocol....
Can you provide the commandline options you were using? Will be useful to try and repro it. Thanks
Hi One thing you could try is to play around with the BlobCopyBatchSize setting. Currently this needs to be set in the config file (as opposed to CLI argument). The...
Hi I'll be looking at it on the weekend, but chances are it might just be a limitation of how many we can write to a single account. But I'll...
ahh another one. I'll look into that today/tomorrow. Thanks for the report!
Have uploaded https://github.com/kpfaulkner/azurecopy/releases/tag/0.15.2 can you please give it a try and let me know.
Hi How big is the blob you're trying to copy? Also, can you show me the exact command you're using? Thanks Ken
Thanks... Can you try the -blobcopy flag? This means that the blobs aren't copied to your machine first (which seems to be the issue with the large blob) but is...
Hi But no errors? I’d check the Azure container to see if it got copied. If the file was > 2G it might have taken a while. Please check Azure...
Hi Hmmm can you try the same command with a smaller file? (just want to confirm the mechanism is working for you in general, and then focus on size issue)....