Skip to content

Commit a33a0ec

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#98625
line no 28 made changes from "Sync only copies the top-level files inside a directory if the recursive flag is false." To "Sync copies only the top-level files inside a directory if the recursive flag is false."
1 parent 9814921 commit a33a0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The last modified times are used for comparison. The file is skipped if the last
2525

2626
The sync command differs from the copy command in several ways:
2727

28-
1. By default, the recursive flag is true and sync copies all subdirectories. Sync only copies the top-level files inside a directory if the recursive flag is false.
28+
1. By default, the recursive flag is true and sync copies all subdirectories. Sync copies only the top-level files inside a directory if the recursive flag is false.
2929
2. When syncing between virtual directories, add a trailing slash to the path (refer to examples) if there's a blob with the same name as one of the virtual directories.
3030
3. If the 'delete-destination' flag is set to true or prompt, then sync will delete files and blobs at the destination that aren't present at the source.
3131

0 commit comments

Comments
 (0)