Giter Site home page Giter Site logo

pageauc / rclone4pi Goto Github PK

View Code? Open in Web Editor NEW
97.0 12.0 17.0 20 KB

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

Shell 100.00%
rclone-client rclone-configuration raspberry-pi rclone-install curl-commands bash-script automatic scripts install-script demo

rclone4pi's Introduction

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-install.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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.