@@ -121,9 +121,9 @@ Use the [azcopy copy](storage-ref-azcopy-copy.md) command with the `--include-pa
121
121
122
122
| | |
123
123
| --------| -----------|
124
- | ** Syntax** | ` azcopy copy '<local-directory-path>' 'https://<storage-account-name>.<blob or dfs>.core.windows.net/<container-name>' --include-path <semicolin-separated-file-list-with-wildcard-characters> ` |
125
- | ** Example** | ` azcopy copy 'C:\myDirectory' 'https://mystorageaccount.blob.core.windows.net/mycontainer' --include-path 'myFile*.txt;*.pdf*' ` |
126
- | ** Example** (hierarchical namespace) | ` azcopy copy 'C:\myDirectory' 'https://mystorageaccount.dfs.core.windows.net/mycontainer' --include-path 'myFile*.txt;*.pdf*' ` |
124
+ | ** Syntax** | ` azcopy copy '<local-directory-path>' 'https://<storage-account-name>.<blob or dfs>.core.windows.net/<container-name>' --include-pattern <semicolin-separated-file-list-with-wildcard-characters> ` |
125
+ | ** Example** | ` azcopy copy 'C:\myDirectory' 'https://mystorageaccount.blob.core.windows.net/mycontainer' --include-pattern 'myFile*.txt;*.pdf*' ` |
126
+ | ** Example** (hierarchical namespace) | ` azcopy copy 'C:\myDirectory' 'https://mystorageaccount.dfs.core.windows.net/mycontainer' --include-pattern 'myFile*.txt;*.pdf*' ` |
127
127
128
128
You can also exclude files by using the ` --exclude-pattern ` option. To learn more, see [ azcopy copy] ( storage-ref-azcopy-copy.md ) reference docs.
129
129
@@ -199,9 +199,9 @@ Use the [azcopy copy](storage-ref-azcopy-copy.md) command with the `--include-pa
199
199
200
200
| | |
201
201
| --------| -----------|
202
- | ** Syntax** | ` azcopy copy 'https://<storage-account-name>.<blob or dfs>.core.windows.net/<container-or-directory-name>' '<local-directory-path>' --include-path <semicolin-separated-file-list-with-wildcard-characters> ` |
203
- | ** Example** | ` azcopy copy 'https://mystorageaccount.blob.core.windows.net/mycontainer/FileDirectory' 'C:\myDirectory' --include-path 'myFile*.txt;*.pdf*' ` |
204
- | ** Example** (hierarchical namespace) | ` azcopy copy 'https://mystorageaccount.dfs.core.windows.net/mycontainer/FileDirectory' 'C:\myDirectory' --include-path 'myFile*.txt;*.pdf*' ` |
202
+ | ** Syntax** | ` azcopy copy 'https://<storage-account-name>.<blob or dfs>.core.windows.net/<container-or-directory-name>' '<local-directory-path>' --include-pattern <semicolin-separated-file-list-with-wildcard-characters> ` |
203
+ | ** Example** | ` azcopy copy 'https://mystorageaccount.blob.core.windows.net/mycontainer/FileDirectory' 'C:\myDirectory' --include-pattern 'myFile*.txt;*.pdf*' ` |
204
+ | ** Example** (hierarchical namespace) | ` azcopy copy 'https://mystorageaccount.dfs.core.windows.net/mycontainer/FileDirectory' 'C:\myDirectory' --include-pattern 'myFile*.txt;*.pdf*' ` |
205
205
206
206
You can also exclude files by using the ` --exclude-pattern ` option. To learn more, see [ azcopy copy] ( storage-ref-azcopy-copy.md ) reference docs.
207
207
0 commit comments