mirror of
https://github.com/Febbweiss/rclone_script.git
synced 2026-03-04 22:25:36 +00:00
32c405d76adf821c809a73d325c38a1de802311c
rclone_script
Setup cloud synchronization for the save files on your RetroPie
What does this do?
This script will setup different things on your RetroPie in order to automatically sync save files to a cloud service supported by rclone
What will you have to do?
Just install this via
wget -N -P ~/scripts https://raw.githubusercontent.com/Jandalf81/rclone_script/master/rclone_script-install.sh
chmod 755 ~/scripts/rclone_script-install.sh
~/scripts/rclone_script-install.sh
In order to do all this, the following changes will be made:
- Installation of the RCLONE binary. The script downloads from the RCLONE website directly as the binary installable via apt-get is quite old, sadly.
- Installation of the PNGVIEW binary. This will be downloaded in source form and compiled on your Pi. This binary will be
Description
Languages
Shell
100%