Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

rclone4pi - Easy Install of rclone to Raspberry Pi Computer with automated folder sync demo

Notifications You must be signed in to change notification settings

pageauc/rclone4pi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

36 Commits

Repository files navigation

An Easy rclone Install onto a Raspberry Pi Computer with Folder sync demo

Quick Install

Step 1 Highlight curl command in code box below using mouse left button. Right click mouse in highlighted area and Copy.
Step 2 On RPI putty SSH or terminal session right click, select paste then Enter to download and run script.

curl -L https://raw.github.com/pageauc/rclone4pi/master/rclone-insta ll.sh | bash

Command above will install rclone-install.sh, rclone-sync.sh and create a subfolder rpi-sync in users home eg. /home/pi

Manual Install

Using logged in putty SSH or RPI Terminal session execute commands below

cd ~
wget -O rclone-install.sh https://raw.github.com/pageauc/rclone4pi/master/rclone-install.sh
more rclone-install.sh # Review what script does and if OK continue with install.
chmod +x rclone-install.sh
./rclone-install.sh # Run Install Script. You may review script first.

Description

Rclone is a command line program to sync files and directories to and from many remote storage services. This utility can be used to sync raspberry pi computer folders/files to one or more remote services.
For more information about rclone See https://rclone.org and/or https://github.com/ncw/rclone


My GitHub Repos https://github.com/pageauc?tab=repositories My Raspberry Pi YouTube videos https://www.youtube.com/user/pageaucp/search?query=raspberry+pi
My YouTube Channel https://www.youtube.com/user/pageaucp

Claude Pageau

About

rclone4pi - Easy Install of rclone to Raspberry Pi Computer with automated folder sync demo

Topics

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages