New features
azcopy sync
now supports the persistence of ACLs between supported resources (Windows and Azure Files) using the --persist-smb-permissions flag.azcopy sync
now supports the persistence of SMB property info between supported resources (Windows and Azure Files) using the --persist-smb-info flag. The information that can be preserved is Created Time, Last Write Time and Attributes (e.g. Read Only).- Added support for uploading higher block & blob size (Please note that copy operations are not yet supported.)
- For service version
2019-12-12
or higher, the block size can now be less than or equal to4000 MiB
. The maximum size of a block blob therefore can be190.7 TiB (4000 MiB X 50,000 blocks)
- For service version
- Added support for Blob Versioning
- Added
list-of-versions
flag (specifies a file where each version id is listed on a separate line) to download/delete versions of a blob from Azure Storage. - Download/Delete a version of blob by directly specifying its version id in the source blob URL.
- Added
Bug fixes
- Logging input command at ERROR level.