Minimize rclone windows binary

How to minimize the rclone.exe file size by including only:

  • SFTP storage
  • Local storage
  • sync and copyto
  • Windows

Read docs:

at the end of this section you have details how to limit binary size

To limit binary size unused backends can be commented out in backends/all/all.go and unused commands in cmd/all/all.go before building with go build or make

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.