Rclone: Difference between revisions
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
rclone is a super useful tool for copying files to cloud storage such as Google Drive or S3-based object stores. | rclone is a super useful tool for copying files to cloud storage such as Google Drive or S3-based object stores. | ||
[https://rclone.org/ https://rclone.org/]<br> | [https://rclone.org/ https://rclone.org/]<br> | ||
Rclone is often faster than the built in file explorer due to handling multiple transfers (e.g. <code>--transfers 25</code>). | |||
==Install== | ==Install== | ||
See https://rclone.org/install/<br> | |||
If you do not have sudo, you can download the binary and put it in your <code>$HOME/bin</code> folder. | For Linux, you can download a deb or rpm from their website.<br> | ||
If you do not have sudo, you can download the binary and put it in your <code>$HOME/.local/bin</code> folder. | |||
For Windows, rclone is also [https://chocolatey.org/packages/rclone available on Chocolatey] | For Windows, rclone is also [https://chocolatey.org/packages/rclone available on Chocolatey] and WinGET | ||
<pre> | <pre> | ||
choco install rclone winfsp -y | choco install rclone winfsp -y | ||