Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pageauc/rclone4pi
rclone4pi - Easy Install of rclone to Raspberry Pi Computer with automated folder sync demo
https://github.com/pageauc/rclone4pi
automatic bash-script curl-commands demo easy-to-use install-script raspberry-pi rclone-client rclone-configuration rclone-install scripts
Last synced: 18 days ago
JSON representation
rclone4pi - Easy Install of rclone to Raspberry Pi Computer with automated folder sync demo
- Host: GitHub
- URL: https://github.com/pageauc/rclone4pi
- Owner: pageauc
- Created: 2017-12-15T12:57:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T13:42:53.000Z (over 6 years ago)
- Last Synced: 2024-10-12T16:49:15.461Z (about 1 month ago)
- Topics: automatic, bash-script, curl-commands, demo, easy-to-use, install-script, raspberry-pi, rclone-client, rclone-configuration, rclone-install, scripts
- Language: Shell
- Homepage:
- Size: 19.5 KB
- Stars: 98
- Watchers: 12
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
### An Easy rclone Install onto a Raspberry Pi Computer with Folder sync demo
## [For Detailed Instructions See Wiki](https://github.com/pageauc/rclone4pi/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 belowcd ~
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](https://github.com/pageauc/rclone4pi/wiki#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/pageaucpClaude Pageau