Skip to content

Commit fbee8bc

Browse files
committed
Updating with new property
1 parent f4232f9 commit fbee8bc

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides reference information for the azcopy bench co
44
author: normesta
55
ms.service: azure-storage
66
ms.topic: reference
7-
ms.date: 05/26/2022
7+
ms.date: 03/29/2024
88
ms.author: normesta
99
ms.subservice: storage-common-concepts
1010
ms.reviewer: zezha-msft
@@ -86,6 +86,8 @@ Run an upload that doesn't delete the transferred files. (These files can then s
8686

8787
`--number-of-folders` (uint) If larger than 0, create folders to divide up the data.
8888

89+
`--put-blob-size-mb` Use this size (specified in MiB) as a threshold to determine whether to upload a blob as a single PUT request when uploading to Azure Storage. The default value is automatically calculated based on file size. Decimal fractions are allowed (For example: 0.25).
90+
8991
`--put-md5` Create an MD5 hash of each file, and save the hash as the Content-MD5 property of the destination blob/file. (By default the hash is NOT created.) Identical to the same-named parameter in the copy command
9092

9193
`--size-per-file` (string) Size of each auto-generated data file. Must be a number immediately followed by K, M or G. E.g. 12k or 200G (default "250M")

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides reference information for the azcopy copy com
44
author: normesta
55
ms.service: azure-storage
66
ms.topic: reference
7-
ms.date: 10/31/2023
7+
ms.date: 03/29/2024
88
ms.author: normesta
99
ms.subservice: storage-common-concepts
1010
ms.reviewer: zezha-msft
@@ -312,6 +312,10 @@ Copy a subset of buckets by using a wildcard symbol (*) in the bucket name from
312312

313313
`--preserve-smb-info` For SMB-aware locations, flag is set to true by default. Preserves SMB property info (last write time, creation time, attribute bits) between SMB-aware resources (Windows and Azure Files). Only the attribute bits supported by Azure Files are transferred; any others are ignored. This flag applies to both files and folders, unless a file-only filter is specified (for example, include-pattern). The info transferred for folders is the same as that for files, except for `Last Write Time` which is never preserved for folders. (default true)
314314

315+
`--preserve-symlinks` If enabled, symlink destinations are preserved as the blob content, rather than uploading the file or folder on the other end of the symlink.
316+
317+
`--put-blob-size-mb` Use this size (specified in MiB) as a threshold to determine whether to upload a blob as a single PUT request when uploading to Azure Storage. The default value is automatically calculated based on file size. Decimal fractions are allowed (For example: 0.25).
318+
315319
`--put-md5` Create an MD5 hash of each file, and save the hash as the Content-MD5 property of the destination blob or file. (By default the hash is NOT created.) Only available when uploading.
316320

317321
`--recursive` Look into subdirectories recursively when uploading from local file system.

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: This article provides reference information for the azcopy sync com
44
author: normesta
55
ms.service: azure-storage
66
ms.topic: reference
7-
ms.date: 02/09/2023
7+
ms.date: 03/29/2024
88
ms.author: normesta
99
ms.subservice: storage-common-concepts
1010
ms.reviewer: zezha-msft
@@ -144,6 +144,8 @@ Note: if include and exclude flags are used together, only files matching the in
144144

145145
`--mirror-mode` Disable last-modified-time based comparison and overwrites the conflicting files and blobs at the destination if this flag is set to true. Default is false
146146

147+
`--put-blob-size-mb` Use this size (specified in MiB) as a threshold to determine whether to upload a blob as a single PUT request when uploading to Azure Storage. The default value is automatically calculated based on file size. Decimal fractions are allowed (For example: 0.25).
148+
147149
`--preserve-permissions` False by default. Preserves ACLs between aware resources (Windows and Azure Files, or ADLS Gen 2 to ADLS Gen 2). For Hierarchical Namespace accounts, you'll need a container SAS or OAuth token with Modify Ownership and Modify Permissions permissions. For downloads, you'll also need the `--backup` flag to restore permissions where the new Owner won't be the user running AzCopy. This flag applies to both files and folders, unless a file-only filter is specified (for example, include-pattern).
148150

149151
`--preserve-smb-info` For SMB-aware locations, flag will be set to true by default. Preserves SMB property info (last write time, creation time, attribute bits) between SMB-aware resources (Azure Files). This flag applies to both files and folders, unless a file-only filter is specified (for example, include-pattern). The info transferred for folders is the same as that for files, except for Last Write Time that isn't preserved for folders. (default true)

0 commit comments

Comments
 (0)