Skip to content

Commit 0dab7ee

Browse files
authored
Merge pull request #82519 from vkarosas/patch-1
Fix description of s2s-preserve-access-tier
2 parents 480bf79 + 7ce726f commit 0dab7ee

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
@@ -164,7 +164,7 @@ azcopy sync "https://[account].file.core.windows.net/[share]/[path/to/dir]?[SAS]
164164

165165
**--recursive** `True` by default, look into subdirectories recursively when syncing between directories. (default `True`).
166166

167-
**--s2s-preserve-access-tier** Preserve access tier during service to service copy. Refer to [Hot, cool, and archive access tiers for blob data](../blobs/access-tiers-overview.md) to ensure destination storage account supports setting access tier. In the cases that setting access tier is not supported, please use s2sPreserveAccessTier=false to bypass copying access tier. (default `true`).
167+
**--s2s-preserve-access-tier** Preserve access tier during service to service copy. Refer to [Hot, cool, and archive access tiers for blob data](../blobs/access-tiers-overview.md) to ensure destination storage account supports setting access tier. In the cases that setting access tier is not supported, please use `--s2s-preserve-access-tier=false` to bypass copying access tier. (default `true`).
168168

169169
**--s2s-preserve-blob-tags** Preserve index tags during service to service sync from one blob storage to another.
170170

0 commit comments

Comments
 (0)