-
Notifications
You must be signed in to change notification settings - Fork 7
AzCopy
Sandor edited this page Oct 24, 2016
·
3 revisions
With this task, copy files to, from or between azure blob containers.
You should have Setup an Azure Resource Manager Endpoint to use this task.
License forbids azcopy bundling with third party software, so depending on the version of the agent you might need to install AzCopy yourself. New Xplat Agent on windows appears to have it bundled by default.
You will find the task in the "Utility" category.
- Source
- Source Kind - File System or Storage Account
- Source Account Name - Account Name
- Source Container - Blob Container
- Destination
- Destination Kind - File System or Storage Account
- Destination Account Name - Account Name
- Destination Container - Blob Container
- Blob copy option
-
Recursive copy - Copy files recursively (
/S
option) -
Pattern - Pattern to filters files being copied (
/Pattern
option) -
Exclude Newer - Exclude newer files (
/XN
option) -
Exclude Older - Exclude older files (
/XO
option)