azcopy

A file transfer tool for uploading to Azure Cloud Storage…

azcopy

A file transfer tool for uploading to Azure Cloud Storage Accounts. More information: https://docs.microsoft.com/azure/storage/common/storage-use-azcopy-v10.

azopy login

azcopy copy '{{path/to/source/file}}' 'https://{{storage_account_name}}.blob.core.windows.net/{{container_name}}/{{blob_name}}'

azcopy copy '{{path/to/source}}' 'https://{{storage_account_name}}.blob.core.windows.net/{{container_name}}' --include-pattern '{{*.txt;*.jpg}}'

azcopy copy 'https://{{source_storage_account_name}}.blob.core.windows.net/{{container_name}}' 'https://{{destination_storage_account_name}}.blob.core.windows.net/{{container_name}}'

azcopy sync '{{path/to/source}}' 'https://{{storage_account_name}}.blob.core.windows.net/{{container_name}}' --recursive --delete-destination=true

azcopy --help

Также может быть вам интересно:
Windows
← attrib bleachbit_console →