First off - I am not incredibly tech savvy so bear with me if I have additional question.
I have a functioning setup with:
RaspberryPi with a 16GB SD card with volumio installed on it. It has an external harddisk connected to it, where I keep my flacs.
I want the external harddisk to automatically sync to a dropbox folder via rclone such that I can add new music to the external harddisk without having to unplug it and also keep an online backup of my music collection.
I run my head against the wall, when I try to install rclone on the pi however.
I can access my volumio via ssh from terminal and from there I have tried to run the following command:
curl https://rclone.org/install.sh | sudo bash
Then I get the following:
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 10.5M 100 10.5M 0 0 7386k 0 0:00:01 0:00:01 --:--:-- 7390k
Archive: rclone-current-linux-arm.zip
creating: rclone-v1.51.0-linux-arm/
inflating: rclone-v1.51.0-linux-arm/rclone.1
inflating: rclone-v1.51.0-linux-arm/README.txt
inflating: rclone-v1.51.0-linux-arm/README.html
inflating: rclone-v1.51.0-linux-arm/git-log.txt
inflating: rclone-v1.51.0-linux-arm/rclone
cp: error writing '/usr/bin/rclone.new': No space left on device
cp: failed to extend '/usr/bin/rclone.new': No space left on device
16GB should be plenty to have both Volumio and rclone installed right? What am I getting wrong?
do you change directory after ssh? I tried and it works directly from /home/volumio
volumio@volumio-rpi4:~$ curl https://rclone.org/install.sh | sudo bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4437 100 4437 0 0 16628 0 --:--:-- --:--:-- --:--:-- 16617
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 15 100 15 0 0 29 0 --:--:-- --:--:-- --:--:-- 29
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 10.5M 100 10.5M 0 0 802k 0 0:00:13 0:00:13 --:--:-- 829k
Archive: rclone-current-linux-arm.zip
creating: rclone-v1.51.0-linux-arm/
inflating: rclone-v1.51.0-linux-arm/rclone.1
inflating: rclone-v1.51.0-linux-arm/README.txt
inflating: rclone-v1.51.0-linux-arm/README.html
inflating: rclone-v1.51.0-linux-arm/git-log.txt
inflating: rclone-v1.51.0-linux-arm/rclone
mandb: can't set the locale; make sure $LC_* and $LANG are correct
Purging old database entries in /usr/share/man...
Processing manual pages under /usr/share/man...
Purging old database entries in /usr/local/man...
Processing manual pages under /usr/local/man...
Updating index cache for path `/usr/local/man/man1'. Wait...done.
Checking for stray cats under /usr/local/man...
Checking for stray cats under /var/cache/man/oldlocal...
1 man subdirectory contained newer manual pages.
1 manual page was added.
0 stray cats were added.
1 old database entry was purged.
rclone v1.51.0 has successfully installed.
Now run "rclone config" for setup. Check https://rclone.org/docs/ for more details.
volumio@volumio-rpi4:~$
I tried navigating to /home/volumio/ and for reference just ran ls command. Same result.
volumio@hifie:/volumio$ ls
LICENSE.md crashreport.js logsubmit.js pluginhelper.js utils
README.md http node_modules test wsclient.js
app index.js package.json update-helper.js
volumio@hifie:/volumio$ curl https://rclone.org/install.sh | sudo bash
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 4437 100 4437 0 0 15558 0 --:--:-- --:--:-- --:--:-- 15623
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 15 100 15 0 0 57 0 --:--:-- --:--:-- --:--:-- 57
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 10.5M 100 10.5M 0 0 7109k 0 0:00:01 0:00:01 --:--:-- 7112k
Archive: rclone-current-linux-arm.zip
creating: rclone-v1.51.0-linux-arm/
inflating: rclone-v1.51.0-linux-arm/rclone.1
inflating: rclone-v1.51.0-linux-arm/README.txt
inflating: rclone-v1.51.0-linux-arm/README.html
inflating: rclone-v1.51.0-linux-arm/git-log.txt
inflating: rclone-v1.51.0-linux-arm/rclone
cp: error writing '/usr/bin/rclone.new': No space left on device
cp: failed to extend '/usr/bin/rclone.new': No space left on device