The command-line app for transferring files and synchronizing directories

Rclone

Rclone

  -  21.4 MB  -  Open Source
  • Latest Version

    Rclone 1.68.2 (64-bit) LATEST

  • Review by

    Michael Reynolds

  • Operating System

    Windows 7 64 / Windows 8 64 / Windows 10 64 / Windows 11

  • User Rating

    Click to vote
  • Author / Product

    Nick Craig-Wood / External Link

  • Filename

    rclone-v1.68.2-windows-amd64.zip

Rclone is a command-line software for Windows PC to sync files and directories to and from:
  • 1Fichier  
  • Alibaba Cloud (Aliyun) Object Storage System (OSS) 
  • Amazon Drive
  • Amazon S3  
  • Backblaze B2  
  • Box  
  • Ceph  
  • Citrix ShareFile  
  • C14  
  • DigitalOcean Spaces  
  • Dreamhost  
  • Dropbox  
  • FTP  
  • Google Cloud Storage
  • Google Drive  
  • Google Photos  
  • HTTP  
  • Hubic  
  • Jottacloud  
  • IBM COS S3  
  • Koofr  
  • Mail.ru Cloud  
  • Memset Memstore  
  • Mega  
  • Microsoft Azure Blob Storage  
  • Microsoft OneDrive  
  • Minio  
  • Nextcloud  
  • OVH  
  • OpenDrive 
  • Openstack Swift  
  • Oracle Cloud Storage  
  • ownCloud  
  • pCloud  
  • premiumize.me  
  • put.io  
  • QingStor  
  • Rackspace Cloud Files  
  • rsync.net  
  • Scaleway  
  • SFTP  
  • Wasabi  
  • WebDAV  
  • Yandex Disk  
  • The local filesystem
Features and Highlights
  • MD5/SHA1 hashes checked at all times for file integrity
  • Timestamps preserved on files
  • Partial syncs supported on a whole file basis
  • Copy mode to just copy new/changed files
  • Sync (one way) mode to make a directory identical
  • Check mode to check for file hash equality
  • Can sync to and from a network, eg two different cloud accounts
  • Encryption backend
  • Cache backend
  • Chunking backend
  • Union backend
  • Optional FUSE mount (rclone mount)
  • Multi-threaded downloads to local disk
  • Can serve local or remote files over HTTP/WebDav/FTP/SFTP/dlna
  • Experimental Web-based GUI
The easiest way to make the config is to run Rclone with the config option. Rclone is a Go program and comes as a single binary file.

  • Rclone 1.68.2 (64-bit) Screenshots

    The images below have been resized. Click on them to view the screenshots in full size.

    Rclone 1.68.2 (64-bit) Screenshot 1
  • Rclone 1.68.2 (64-bit) Screenshot 2

What's new in this version:

Security:
- local backend: CVE-2024-52522: fix permission and ownership on symlinks with --links and --metadata
- Only affects users using --metadata and --links and copying files to the local backend
- build: bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1
- This is an issue in a dependency which is used for JWT certificates

Bug Fixes:
- accounting: Fix wrong message on SIGUSR2 to enable/disable bwlimit
- bisync: Fix output capture restoring the wrong output for logrus
- dlna: Fix loggingResponseWriter disregarding log level
- serve s3: Fix excess locking which was making serve s3 single threaded
- doc fixes

Local:
- Fix permission and ownership on symlinks with --links and --metadata
- Fix --copy-links on macOS when cloning

Onedrive:
- Fix Retry-After handling to look at 503 errors also

Pikpak:
- Fix cid/gcid calculations for fs.OverrideRemote
- Fix fatal crash on startup with token that can't be refreshed

S3:
- Fix crash when using --s3-download-url after migration to SDKv2
- Storj provider: fix server-side copy of files bigger than 5GB
- Fix multitenant multipart uploads with CEPH