You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,16 @@ AzCopy (v10 Preview) is the next-generation command-line utility designed for co
13
13
* Supports glob patterns in path, --include and --exclude flags
14
14
* Resillient: retries automatically after a failure, and supports resuming after a failed job
15
15
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
+
16
26
## Installation
17
27
18
28
1. Download the AzCopy executable using one of the following links:
0 commit comments