@@ -90,7 +90,7 @@ Use the [azcopy copy](storage-ref-azcopy-copy.md) command with the `--include-pa
90
90
91
91
| | |
92
92
| --------| -----------|
93
- | ** Syntax** | ` azcopy copy '<local-directory-path>' 'https://<storage-account-name>.file.core.windows.net/<file-share-or-directory-name>' --include-path <semicolin -separated-file-list> ` |
93
+ | ** Syntax** | ` azcopy copy '<local-directory-path>' 'https://<storage-account-name>.file.core.windows.net/<file-share-or-directory-name>' --include-path <semicolon -separated-file-list> ` |
94
94
| ** Example** | ` azcopy copy 'C:\myDirectory' 'https://mystorageaccount.file.core.windows.net/myfileshare' --include-path 'myFile1.txt;myFile2.txt' ` |
95
95
96
96
You can also exclude files by using the ` --exclude-path ` option. To learn more, see [ azcopy copy] ( storage-ref-azcopy-copy.md ) reference docs.
@@ -101,7 +101,7 @@ Use the [azcopy copy](storage-ref-azcopy-copy.md) command with the `--include-pa
101
101
102
102
| | |
103
103
| --------| -----------|
104
- | ** Syntax** | ` azcopy copy '<local-directory-path>' 'https://<storage-account-name>.file.core.windows.net/<file-share-or-directory-name>' --include-pattern <semicolin -separated-file-list-with-wildcard-characters> ` |
104
+ | ** Syntax** | ` azcopy copy '<local-directory-path>' 'https://<storage-account-name>.file.core.windows.net/<file-share-or-directory-name>' --include-pattern <semicolon -separated-file-list-with-wildcard-characters> ` |
105
105
| ** Example** | ` azcopy copy 'C:\myDirectory' 'https://mystorageaccount.file.core.windows.net/myfileshare' --include-pattern 'myFile*.txt;*.pdf*' ` |
106
106
107
107
You can also exclude files by using the ` --exclude-pattern ` option. To learn more, see [ azcopy copy] ( storage-ref-azcopy-copy.md ) reference docs.
@@ -163,7 +163,7 @@ Use the [azcopy copy](storage-ref-azcopy-copy.md) command with the `--include-pa
163
163
164
164
| | |
165
165
| --------| -----------|
166
- | ** Syntax** | ` azcopy copy 'https://<storage-account-name>.file.core.windows.net/<file-share-or-directory-name>' '<local-directory-path>' --include-path <semicolin -separated-file-list> ` |
166
+ | ** Syntax** | ` azcopy copy 'https://<storage-account-name>.file.core.windows.net/<file-share-or-directory-name>' '<local-directory-path>' --include-path <semicolon -separated-file-list> ` |
167
167
| ** Example** | ` azcopy copy 'https://mystorageaccount.file.core.windows.net/myFileShare/myDirectory' 'C:\myDirectory' --include-path 'myFile1.txt;myFile2.txt' --recursive ` |
168
168
169
169
You can also exclude files by using the ` --exclude-path ` option. To learn more, see [ azcopy copy] ( storage-ref-azcopy-copy.md ) reference docs.
@@ -174,7 +174,7 @@ Use the [azcopy copy](storage-ref-azcopy-copy.md) command with the `--include-pa
174
174
175
175
| | |
176
176
| --------| -----------|
177
- | ** 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> ` |
177
+ | ** Syntax** | ` azcopy copy 'https://<storage-account-name>.<blob or dfs>.core.windows.net/<container-or-directory-name>' '<local-directory-path>' --include-pattern <semicolon -separated-file-list-with-wildcard-characters> ` |
178
178
| ** Example** | ` azcopy copy 'https://mystorageaccount.blob.core.windows.net/mycontainer/FileDirectory' 'C:\myDirectory' --include-pattern 'myFile*.txt;*.pdf*' ` |
179
179
180
180
You can also exclude files by using the ` --exclude-pattern ` option. To learn more, see [ azcopy copy] ( storage-ref-azcopy-copy.md ) reference docs.
0 commit comments