Version 10.19.0
New Features
- Support for new Cold Tier feature for Azure Blobs (--block-blob-tier=Cold)
- Support preserving a trailing dot ('.') in names of files and directories in Azure Files (default is
--trailing-dot=Enable
) - Alternate modes to preserve hash for hash-based sync (#2214) (default is OS-dependent, either
--local-hash-storage-mode=XAttr
on MacOS/Linux or--local-hash-storage-mode=AlternateDataStreams
on Windows)- OS-specific hashing modes are expected to be available on all filesystems the source would traverse. (
user_xattr
enabled on filesystems on Unix systems,FILE_NAMED_STREAMS
flag expected on Windows volumes) - HiddenFiles provides an OS-agnostic method to store hash data; to prevent "dirtying" the source, also specify
--hash-meta-dir
directing AzCopy to store & read hidden hash metadata files elsewhere.
- OS-specific hashing modes are expected to be available on all filesystems the source would traverse. (
- Support 'force-if-readonly' flag for Sync. (
false
by default) - Preserve posix properties while uploading or downloading from HNS enabled accounts (
--preserve-posix-properties
,false
by default.)
Bug Fixes
- Fix situation where large-files would hang infinitely with low value for 'cap-mbps'
- Issue #2074 where AzCopy would hang after cancelling
- Issue #1888 where directories with empty name are incorrectly handled.
- Cancel HNS delete jobs #2117
- Fix issue where large chunks could not be scheduled #2228
- Fixed segfault on MacOS #1790
- Fixed panic on attempt to create AzCopy dir #2191