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
> If you are copying larger size of data, you can use :[Azure Storage Explorer](https://azure.microsoft.com/en-us/products/storage/storage-explorer).
129
+
>
130
+
> Verify size details that you have copied On the top bar menu choose **More** -> **Folder Statistics** will help you get the details of the Directory including the size in bytes.
131
+
132
+
111
133
## Synchronize with optional flags
112
134
113
135
You can tweak your sync operation by using optional flags. Here's a few examples.
@@ -117,6 +139,9 @@ You can tweak your sync operation by using optional flags. Here's a few examples
117
139
|Specify how strictly MD5 hashes should be validated when downloading.|**--check-md5**=\[NoCheck\|LogOnly\|FailIfDifferent\|FailIfDifferentOrMissing\]|
118
140
|Exclude files based on a pattern.|**--exclude-path**|
119
141
|Specify how detailed you want your sync-related log entries to be.|**--log-level**=\[WARNING\|ERROR\|INFO\|NONE\]|
142
+
|Specify how to copy vhd file.|**--blob-type=BlockBlob --include-pattern "*.vhd"** or **--blob-type=BlockBlob**|
143
+
144
+
120
145
121
146
For a complete list of flags, see [options](storage-ref-azcopy-sync.md#options).
0 commit comments