AzCopy, upload a single file

Hi there,

I'm trying to upload a couple of 7z files ( zip files ).

During the upload I get error of time out.

I'm using this method:

AzCopy.exe K:\Cloud\file.7z http://mycontainer.blob.core.windows.net/myblob /destkey:xxx

Cloud= folder that has the zip files

file.7z= example of a zip file inside of the folder cloud.

Regards

November 13th, 2013 9:10am

Hi,

it may related to file size or number of files.
and you could also try re-startable mode

Free Windows Admin Tool Kit Click here and download it now
November 13th, 2013 12:27pm

Blob Transfer Utility for Windows Azure Blob Storage is a good alternative for uploading large blobs.

 

This tool breaks the blobs (if blob is greater than 1MB) into chunks before uploading. This tool also has a treading option which you can use to alter the rate of blob transfer.

 

https://blobtransferutility.codeplex.com/releases/view/103249-


  • Proposed as answer by Pradeep M G Wednesday, November 13, 2013 5:40 AM
November 13th, 2013 1:40pm

Hello,

It's 9 files compressed, the files have 2KB the smaller and 4GB the biggest.

I already set the option re startable but i get the time out.

The idea is to have a Windows Task and that task will execute a batch file that compress all fileserver in separated zip files, then one by one we will send to the blob.

I've no problem with the batch only with the upload, and I prefer to zip the files instead of upload all files of the fileserver, because it seems that Storage Accounts is paid by transaction, so in this case I only upload 9 files instead of 4000 or more.

Regards.

Free Windows Admin Tool Kit Click here and download it now
November 13th, 2013 8:28pm

You can always write code to upload blobs. With the help of .NET storage client SDK, it is a simple job. Refer to http://www.windowsazure.com/en-us/develop/net/how-to-guides/blob-storage/ for a tutorial. In addition, you're charged $0.01 per 100,000 transactions. So 9 transactions and 4000 transactions really do not make a big difference. What's more, any block blob larger than 64 MB has to be divided to smaller blocks, and upload the blocks in different requests (transactions). So uploading a huge file may actually require the same amount of transactions as uploading multiple smaller files.
November 17th, 2013 11:07pm

Hi there,

Thank you all for the replys, but after a research I found a solution.

Regards.

  • Marked as answer by Tomé Lopes Tuesday, November 19, 2013 11:43 PM
Free Windows Admin Tool Kit Click here and download it now
November 20th, 2013 7:42am

So what was the solution?
March 13th, 2014 12:05pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics