Skip to content

Commit

Permalink
Added a scenario to the help messages (#2121)
Browse files Browse the repository at this point in the history
  • Loading branch information
gapra-msft committed Mar 17, 2023
1 parent 3e60fef commit 7147b11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmd/helpMessages.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,10 @@ Download all the versions of a blob from Azure Storage to local directory. Ensur
- azcopy cp "https://[srcaccount].blob.core.windows.net/[containername]/[blobname]" "/path/to/dir" --list-of-versions="/another/path/to/dir/[versionidsFile]"
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.
- azcopy cp "https://[srcaccount].blob.core.windows.net/[containername]/*" "/path/to/dir" --include-pattern="1*"
Copy a single blob to another blob by using a SAS token.
- azcopy cp "https://[srcaccount].blob.core.windows.net/[container]/[path/to/blob]?[SAS]" "https://[destaccount].blob.core.windows.net/[container]/[path/to/blob]?[SAS]"
Expand Down

0 comments on commit 7147b11

Please sign in to comment.