Commit 7147b11 1 parent 3e60fef commit 7147b11 Copy full SHA for 7147b11
File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,10 @@ Download all the versions of a blob from Azure Storage to local directory. Ensur
130
130
131
131
- azcopy cp "https://[srcaccount].blob.core.windows.net/[containername]/[blobname]" "/path/to/dir" --list-of-versions="/another/path/to/dir/[versionidsFile]"
132
132
133
+ Copy a subset of files within a flat container by using a wildcard symbol (*) in the container name without listing all files in the container.
134
+
135
+ - azcopy cp "https://[srcaccount].blob.core.windows.net/[containername]/*" "/path/to/dir" --include-pattern="1*"
136
+
133
137
Copy a single blob to another blob by using a SAS token.
134
138
135
139
- azcopy cp "https://[srcaccount].blob.core.windows.net/[container]/[path/to/blob]?[SAS]" "https://[destaccount].blob.core.windows.net/[container]/[path/to/blob]?[SAS]"
You can’t perform that action at this time.
0 commit comments