Skip to content

Commit 0e4f63d

Browse files
author
Sercan Guler [MSFT]
authored
What's new in v10
1 parent fb5d559 commit 0e4f63d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ AzCopy (v10 Preview) is the next-generation command-line utility designed for co
1313
* Supports glob patterns in path, --include and --exclude flags
1414
* Resillient: retries automatically after a failure, and supports resuming after a failed job
1515

16+
## What's new in v10 ?
17+
18+
* Synchronize a file system up to Azure Blob or vice versa. Use `azcopy sync <source> <destination>`
19+
* Supports Azure Data Lake Storage Gen2. Use `myaccount.dfs.core.windows.net` for the URI to use ADLS Gen2 APIs.
20+
* Supports copying an entire account (Blob service only) to another account. Use `azcopy cp https://myaccount.blob.core.windows.net https://myotheraccount.blob.core.windows.net` which will enumerate all Blob containers and copy to the destination account
21+
* Account to account copy is now using the new Put from URL APIs that will copy the data directly from one storage account to another. No data transfer is needed down to the client where AzCopy runs. Therefore it is significantly faster!
22+
* List/Remove files and blobs in a given path
23+
* Supports glob patterns in path, --include and --exclude flags
24+
* Every AzCopy run will create a job order, and a related log file. You can view and restart previous jobs using `azcopy jobs` command.
25+
1626
## Installation
1727

1828
1. Download the AzCopy executable using one of the following links:

0 commit comments

Comments
 (0)