Skip to content

Commit 65d29b8

Browse files
committed
Some tweaks
1 parent 55a15df commit 65d29b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ Express this value in gigabytes (GB).
105105

106106
The [sync](storage-ref-azcopy-sync.md) command compares file names and last modified timestamps before the starting the sync operation. If you have a large number of files, then you can improve performance by eliminating this up-front comparison.
107107

108-
To accomplish this, use the [azcopy copy](storage-ref-azcopy-copy.md) command instead, and set the `--overwrite` flag to `ifSourceNewer`. Instead of an up-front comparison, files are compared as they are copied.
108+
To accomplish this, use the [azcopy copy](storage-ref-azcopy-copy.md) command instead, and set the `--overwrite` flag to `ifSourceNewer`. AzCopy will compare files as they are copied instead of comparing them up-front before the operation begins. This provides a performance edge in cases where there are a large number of files to compare.
109109

110-
The [azcopy copy](storage-ref-azcopy-copy.md) command doesn't delete files from the destination, so if you want the copy operation to delete files at the destination when they no longer exist at the source, then use the [azcopy sync](storage-ref-azcopy-sync.md) command with the `--delete-destination` flag set to a value of `true` or `prompt`.
110+
The [azcopy copy](storage-ref-azcopy-copy.md) command doesn't delete files from the destination, so if you want to delete files at the destination when they no longer exist at the source, then use the [azcopy sync](storage-ref-azcopy-sync.md) command with the `--delete-destination` flag set to a value of `true` or `prompt`.
111111

112112
## Troubleshoot issues
113113

0 commit comments

Comments
 (0)