The release of the rclone 1.58 utility has been published. It is an rsync-like tool designed for copying and synchronizing data between a local system and various cloud storage services such as Google Drive, Amazon Drive, S3, Dropbox, Backblaze B2, One Drive, Swift, Hubic, Cloudfiles, Google Cloud Storage, Mail.ru Cloud, and Yandex.Disk. The project's code is written in Go and is distributed under the MIT license.
In the new release:
- Backends for backup storage in Akamai Netstorage, Seagate Lyve, SeaweedFS, Storj, and RackCorp have been added.
- The command 'rclone bisync' has been implemented, featuring an experimental bidirectional synchronization mode. Two directories are input, which can be either local directories or links to external storage and cloud services. The proposed command synchronizes the contents of these directories, accounting for changes in each (changes in the first directory are reflected in the second, and changes in the second are reflected in the first).
- Support for regular expression syntax '{{ regexp }}' for pattern matching has been added to filters.
- The hashsum command has been enhanced to generate a hash for data received through the standard input stream.
- Support for mount commands has been added to the librclone library.
- Windows builds for the ARM64 architecture have been added.
- The minimum required version of the Go compiler for building has been raised to 1.15.
Source: opennet.ru
