Here's how to sync your files onto Backblaze once you have a Backblaze account. More on that here. Also if you're uploading more than 10 GB, you'll want to increase your cap size on the web portal.
- You'll want to do this all as root:
sudo su - - Install rclone
- Add the extra EPEL repos:
yum install epel-release - Install some prerequisites:
yum install golang git - Add Go's folder to your path:
export GOPATH="$HOME/gopath/" - Install rclone in the Go folder:
go get github.com/ncw/rclone
- Add the extra EPEL repos:
- Copy the program to your binary folder:
cp $GOPATH/bin/rclone /usr/bin/