Skip to content

Commit d538cb0

Browse files
committed
Some more feedback
1 parent 803dcf4 commit d538cb0

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

articles/storage/common/storage-use-azcopy-blobs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ Use the [azcopy copy](storage-ref-azcopy-copy.md) command with the `--include-pa
127127

128128
You can also exclude files by using the `--exclude-pattern` option. To learn more, see [azcopy copy](storage-ref-azcopy-copy.md) reference docs.
129129

130+
The `--include-pattern` and `--exclude-pattern` options apply only to filenames and not to the path. If you want to copy all of the text files that exist in a directory tree, use the `–recursive` option to get the entire directory tree, and then use the `–include-pattern` and specify `*.txt` to get all of the text files.
131+
130132
## Download files
131133

132134
You can use the [azcopy copy](storage-ref-azcopy-copy.md) command to download blobs, directories, and containers to your local computer.
@@ -205,6 +207,8 @@ Use the [azcopy copy](storage-ref-azcopy-copy.md) command with the `--include-pa
205207

206208
You can also exclude files by using the `--exclude-pattern` option. To learn more, see [azcopy copy](storage-ref-azcopy-copy.md) reference docs.
207209

210+
The `--include-pattern` and `--exclude-pattern` options apply only to filenames and not to the path. If you want to copy all of the text files that exist in a directory tree, use the `–recursive` option to get the entire directory tree, and then use the `–include-pattern` and specify `*.txt` to get all of the text files.
211+
208212
## Copy blobs between storage accounts
209213

210214
You can use AzCopy to copy blobs to other storage accounts. The copy operation is synchronous so when the command returns, that indicates that all files have been copied.

articles/storage/common/storage-use-azcopy-files.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ Use the [azcopy copy](storage-ref-azcopy-copy.md) command with the `--include-pa
106106

107107
You can also exclude files by using the `--exclude-pattern` option. To learn more, see [azcopy copy](storage-ref-azcopy-copy.md) reference docs.
108108

109+
The `--include-pattern` and `--exclude-pattern` options apply only to filenames and not to the path. If you want to copy all of the text files that exist in a directory tree, use the `–recursive` option to get the entire directory tree, and then use the `–include-pattern` and specify `*.txt` to get all of the text files.
110+
109111
## Download files
110112

111113
You can use the [azcopy copy](storage-ref-azcopy-copy.md) command to download files, directories, and file shares to your local computer.
@@ -177,6 +179,8 @@ Use the [azcopy copy](storage-ref-azcopy-copy.md) command with the `--include-pa
177179

178180
You can also exclude files by using the `--exclude-pattern` option. To learn more, see [azcopy copy](storage-ref-azcopy-copy.md) reference docs.
179181

182+
The `--include-pattern` and `--exclude-pattern` options apply only to filenames and not to the path. If you want to copy all of the text files that exist in a directory tree, use the `–recursive` option to get the entire directory tree, and then use the `–include-pattern` and specify `*.txt` to get all of the text files.
183+
180184
## Copy files between storage accounts
181185

182186
You can use AzCopy to copy files to other storage accounts. The copy operation is synchronous so when the command returns, that indicates that all files have been copied.

0 commit comments

Comments
 (0)