All Projects → pageauc → rclone4pi

pageauc / rclone4pi

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

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to rclone4pi

Django Easy Timezones
Easy timezones for Django based on GeoIP
Stars: ✭ 195 (+114.29%)
Mutual labels:  automatic, easy-to-use
wo-nginx-setup
Bash script to setup optimized WordOps
Stars: ✭ 16 (-82.42%)
Mutual labels:  bash-script, install-script
linux-server-administration-scripts
Simple bash administration scripts for Linux to make your life easier.
Stars: ✭ 47 (-48.35%)
Mutual labels:  scripts, bash-script
rofi-scripts
Small scripts for rofi
Stars: ✭ 61 (-32.97%)
Mutual labels:  scripts, bash-script
basalt
The rock-solid Bash package manager
Stars: ✭ 16 (-82.42%)
Mutual labels:  scripts, bash-script
Tkinter-Designer
An easy and fast way to create a Python GUI 🐍
Stars: ✭ 4,697 (+5061.54%)
Mutual labels:  automatic, easy-to-use
installer-scripts
💻 Bash scripts for doing installations in one go.
Stars: ✭ 17 (-81.32%)
Mutual labels:  scripts, bash-script
Chocolater
Chocolater is simply a PowerShell code generator and it was conceived in order to facilitate the selection and installation of your favorite applications in one go.
Stars: ✭ 26 (-71.43%)
Mutual labels:  easy-to-use, install-script
Sistem-programlama
Sistem Programlama Türkçe Kaynak (KTÜ)
Stars: ✭ 30 (-67.03%)
Mutual labels:  scripts, bash-script
scripts
Collection of useful scripts for Linux (git, docker, LUKS, Archlinux...)
Stars: ✭ 36 (-60.44%)
Mutual labels:  scripts, bash-script
termux-arch
You can use setupTermuxArch.sh 📲 to install Arch Linux in Termux on Android and Chrome. This setup script will attempt to set Arch Linux up in your Termux environment.
Stars: ✭ 25 (-72.53%)
Mutual labels:  scripts, bash-script
magento2-installer-bash-script
Simplistic Magento 2 Installer Bash Script
Stars: ✭ 38 (-58.24%)
Mutual labels:  bash-script, install-script
Bashmultitool
A library for bash shell program containing useful functions. Can be imported into scripts to create colourful and functional scripts and TUIs.
Stars: ✭ 27 (-70.33%)
Mutual labels:  scripts, bash-script
Bashinator
Bashinator: Bash Shell Script Framework
Stars: ✭ 133 (+46.15%)
Mutual labels:  scripts, bash-script
puppet-install-shell
A shell script to install puppet on multiple distros
Stars: ✭ 33 (-63.74%)
Mutual labels:  install-script
VF-BlenderAutoSaveRender
Automatically saves a numbered or dated image after every render and can extend the Blender output path with dynamic variables
Stars: ✭ 34 (-62.64%)
Mutual labels:  automatic
Proxmox
Proxmox Helper Scripts
Stars: ✭ 3,882 (+4165.93%)
Mutual labels:  scripts
anyfesto
Low cost Raspberry Pi /Linux based access point with audio, education and communications local content server. Inspired by the ideas of sharing with others. Anyfesto - a platform from which to speak.
Stars: ✭ 66 (-27.47%)
Mutual labels:  bash-script
dotfiles
I definitely don't understand the 'dot' concept
Stars: ✭ 24 (-73.63%)
Mutual labels:  scripts
mkBox
MacApp、PythonPackage、Scripts ..
Stars: ✭ 66 (-27.47%)
Mutual labels:  scripts

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

For Detailed Instructions See Wiki

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.

See How to Configure a Remote Storage Service

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].