You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
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.
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.