Rclone 1.60.1 has been released. Find it in the rclone downloads or use rclone selfupdate
to upgrade.
This is a bug fix release, the most important fix is to the S3 backend to fix the fix corrupted on transfer: sizes differ
errors with compression on non-AWS providers. It also contains a few other small fixes - see below.
If you (or your company) is enjoying rclone, please consider donating or sponsoring to keep the project sustainable, or hire me to add a feature you really want!
v1.60.1 - 2022-11-17
- Bug Fixes
- lib/cache: Fix alias backend shutting down too soon (Nick Craig-Wood)
- wasm: Fix walltime link error by adding up-to-date wasm_exec.js (João Henrique Franco)
- docs
- Update faq.md with bisync (Samuel Johnson)
- Corrected download links in windows install docs (coultonluke)
- Add direct download link for windows arm64 (albertony)
- Remove link to rclone slack as it is no longer supported (Nick Craig-Wood)
- Faq: how to use a proxy server that requires a username and password (asdffdsazqqq)
- Oracle-object-storage: doc fix (Manoj Ghosh)
- Fix typo
remove
in rclone_serve_restic command (Joda Stößer) - Fix character that was incorrectly interpreted as markdown (Clément Notin)
- VFS
- Fix deadlock caused by cache cleaner and upload finishing (Nick Craig-Wood)
- Local
- Clean absolute paths (albertony)
- Fix -L/--copy-links with filters missing directories (Nick Craig-Wood)
- Mailru
- Note that an app password is now needed (Nick Craig-Wood)
- Allow timestamps to be before the epoch 1970-01-01 (Nick Craig-Wood)
- S3
- Add provider quirk
--s3-might-gzip
to fix corrupted on transfer: sizes differ (Nick Craig-Wood) - Allow Storj to server side copy since it seems to work now (Nick Craig-Wood)
- Fix for unchecked err value in s3 listv2 (Aaron Gokaslan)
- Add additional Wasabi locations (techknowlogick)
- Add provider quirk
- Smb
- Fix
Failed to sync: context canceled
at the end of syncs (Nick Craig-Wood)
- Fix
- WebDAV
- Fix Move/Copy/DirMove when using -server-side-across-configs (Nick Craig-Wood)