Jump to content

Rclone: Difference between revisions

377 bytes added ,  31 March 2020
(Created page with "rclone<br> rsync for cloud storage<br> [https://rclone.org/ https://rclone.org/]<br> ==Install== ==Usage== ===Setup Services=== <pre> rclone config </pre> ===Mount=== <pre>...")
 
Line 4: Line 4:


==Install==
==Install==
You can download a deb or rpm from their website.<br>
Or you can run the following script
<pre>
curl https://rclone.org/install.sh | sudo bash
</pre>
If you do not have sudo, you can download the binary and put it in your <code>~/bin</code> folder.
For Windows, rclone is also [https://chocolatey.org/packages/rclone available on Chocolatey]
<pre>
choco install rclone
</pre>


==Usage==
==Usage==