-
-
Save jespernohr/85122606c3348dca2a47fd4e00c79610 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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