Rclone - an introduction. Sync files to the cloud with ease!
(This guide was written specifically for Ubuntu 16.04, however rclone is compatible with many operating systems)
Throughout my somewhat short, definitely amazing journey with linux and ubuntu, I have often had the need to sync local files to the cloud, and wasn't exactly sure of the best way to do this.
Backing up files for example is always a task for which i'd prefer to use the cloud, rather than external media. I've also been working on a couple github projects - rclone is perfect for pushing local data to a repo as well.
You can use it to sync files to various cloud providers, with a relatively simple command line interface. Best of all, it's free as is usually the case with ubuntu/linux tools.
I've also put together a script that should make downloading and installing rclone a snap!
sudo apt-get update
mkdir ~/rclone
cd ~/rclone
wget https://downloads.rclone.org/rclone-v1.39-linux-amd64.zip
unzip rclone-v1.39-linux-amd64.zip
cd ~/rclone/rclone-v1.39-linux-amd64
./rclone
The shell script above will update all applications, download the rclone zip archive, and extract the contents to a folder it creates: ~/rclone
It will then run rclone once so you can see the terminal commands associated with the tool.
Be sure to check out the official rclone website for more info:
https://www.rclone.org
The rclone wiki can be found here:
https://github.com/ncw/rclone/wiki
Leave Rclone - an introduction. Sync files to the cloud with ease! to:
Read more #blog posts
Best Posts From Chivesz
We have not curated any of chivesz's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From Chivesz
- A beginner's guide to GPU mining - a blog / how to for Ubuntu 16.04 - Part 1 - Hardware
- Downloading and installing the Solar Coin wallet - A blog / how-to for Ubuntu 16.04 LTS
- How to maximize profit/posting rewards!
- Microsoft fixes Microsoft's previous error... Yay Microsoft!
- Encouraging growth through change and more on personal evolution
- Rclone - an introduction. Sync files to the cloud with ease!
- Introduction to Machine Learning - MIT 6.0002
- New insight into Mt. Gox logs reveals bitcoin manipulation all the way back in 2014!
- 1 SBD worth of free advice!
- Creating an Ubuntu 16.04 bootable external drive on a Mac