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.
Version 10.31.0
New Features
Azure Files NFS -> Azure Files SMB transfers.
Transfer from Azure Files NFS to Azure Files SMB. (--from-to=FileNFSFileSMB)
Azure Files SMB -> Azure Files NFS transfers.
Transfer from Azure Files SMB to Azure Files NFS. (--from-to=FileSMBFileNFS)
Symlink support for Azure Files NFS shares.
Introduced support for symbolic links in Azure Files NFS shares.
Symlinks can be preserved, skipped, or followed based on command-line flags.
Preserve symlinks: --preserve-symlinks=true
Skip symlinks: default behavior when flags are not provided
Follow symlinks: --follow-symlinks=true
Added a --check-version flag to make version checking an opt in feature. (#3173)
--include-root flag now allows customers to preserve root properties when used in conjunction with --preserve-XXXX flags. (#3163)