Skip to content

Commit b58a8e7

Browse files
authored
Merge pull request #47306 from st0le/patch-1
Escape the Asterisk for Patterns
2 parents fdb52a0 + 6f0a09e commit b58a8e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/storage-ref-azcopy-sync.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ azcopy sync "https://[account].file.core.windows.net/[share]/[path/to/dir]?[SAS]
136136

137137
**--exclude-path** string Exclude these paths when copying. This option does not support wildcard characters (*). Checks relative path prefix(For example: myFolder;myFolder/subDirName/file.pdf). When used in combination with account traversal, paths do not include the container name.
138138

139-
**--exclude-pattern** string Exclude files where the name matches the pattern list. For example: *.jpg;*.pdf;exactName
139+
**--exclude-pattern** string Exclude files where the name matches the pattern list. For example: \*.jpg;\*.pdf;exactName
140140

141141
**-h, --help** help for sync
142142

143143
**--include-attributes** string (Windows only) Include only files whose attributes match the attribute list. For example: A;S;R
144144

145-
**--include-pattern** string Include only files where the name matches the pattern list. For example: *.jpg;*.pdf;exactName
145+
**--include-pattern** string Include only files where the name matches the pattern list. For example: \*.jpg;\*.pdf;exactName
146146

147147
**--log-level** string Define the log verbosity for the log file, available levels: INFO(all requests and responses), WARNING(slow responses), ERROR(only failed requests), and NONE(no output logs). (default INFO). (default "INFO")
148148

0 commit comments

Comments
 (0)