Skip to content

Commit 7147b11

Browse files
authored
Added a scenario to the help messages (#2121)
1 parent 3e60fef commit 7147b11

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cmd/helpMessages.go

+4
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ Download all the versions of a blob from Azure Storage to local directory. Ensur
130130
131131
- azcopy cp "https://[srcaccount].blob.core.windows.net/[containername]/[blobname]" "/path/to/dir" --list-of-versions="/another/path/to/dir/[versionidsFile]"
132132
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+
133137
Copy a single blob to another blob by using a SAS token.
134138
135139
- azcopy cp "https://[srcaccount].blob.core.windows.net/[container]/[path/to/blob]?[SAS]" "https://[destaccount].blob.core.windows.net/[container]/[path/to/blob]?[SAS]"

0 commit comments

Comments
 (0)