Skip to content

Commit 7a20fb9

Browse files
authored
Update storage-ref-azcopy-copy.md
Fix quotes
1 parent 9964fd9 commit 7a20fb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,11 +224,11 @@ To copy files changed before or after the AzCopy job has started, AzCopy provide
224224

225225
Copy a subset of files modified on or after the given date and time (in ISO8601 format) in a container by using the `include-after` flag.
226226

227-
`azcopy cp "https://[srcaccount].blob.core.windows.net/[containername]?[SAS]" "https://[dstaccount].blob.core.windows.net/[containername]?[SAS]" --include-after='2020-08-19T15:04:00Z''"`
227+
`azcopy cp "https://[srcaccount].blob.core.windows.net/[containername]?[SAS]" "https://[dstaccount].blob.core.windows.net/[containername]?[SAS]" --include-after="2020-08-19T15:04:00Z"`
228228

229229
Copy a subset of files modified on or before the given date and time (in ISO8601 format) in a container by using the `include-before` flag.
230230

231-
`azcopy cp "https://[srcaccount].blob.core.windows.net/[containername]?[SAS]" "https://[dstaccount].blob.core.windows.net/[containername]?[SAS]" --include-before='2020-08-19T15:04:00Z'"`
231+
`azcopy cp "https://[srcaccount].blob.core.windows.net/[containername]?[SAS]" "https://[dstaccount].blob.core.windows.net/[containername]?[SAS]" --include-before="2020-08-19T15:04:00Z"`
232232

233233
## Options
234234

0 commit comments

Comments
 (0)