segunda-feira, 18 de maio de 2015

Copying files to AZURE Storage with AZCOPY

AzCopy is a simple cmd app the you can run to copy files to a blob on AZURE.

You can download that here, and a simple script to copy files to azure is:

CD C:\Program Files (x86)\Microsoft SDKs\Azure\AzCopy
AzCopy /Source:C:\backup /Dest:https://yourazureblobgoeshere /DestKey:yourkeyhere  /Pattern:*.BAK

Check out my new book about R Language http://www.amazon.com/dp/B00SX6WA06

Nenhum comentário:

Postar um comentário

Leave your comment here!