Skip to content

Instantly share code, notes, and snippets.

@jespernohr
Created November 18, 2016 20:16
Show Gist options
  • Save jespernohr/85122606c3348dca2a47fd4e00c79610 to your computer and use it in GitHub Desktop.
Save jespernohr/85122606c3348dca2a47fd4e00c79610 to your computer and use it in GitHub Desktop.
# This command copies content from local folder d:\crl to Azure Storage blob and saves a log file to local drive d:\logs
.\AzCopy.exe /Source:d:\crl /Dest:https://example.blob.core.windows.net/crl/ /DestKey:******== /Pattern:*.cr* /XO /Y /V:d:\logs\azcopy.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment