Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Cannot install raspberry-pi-backup #17

@huubeikens

Description

@huubeikens

I have a Raspberry Pi 4 with Venus OS installed.

When installing raspberry-pi-backup using the instructions, I get the following error:

root@raspberrypi4:~# wget -O install-backup.sh https://raw.githubusercontent.com/mr-manuel/raspberry-pi-backup/master/install-backup.sh
--2025-11-01 20:24:14--  https://raw.githubusercontent.com/mr-manuel/raspberry-pi-backup/master/install-backup.sh
Resolving raw.githubusercontent.com... 185.199.111.133, 185.199.110.133, 185.199.108.133, ...
Connecting to raw.githubusercontent.com|185.199.111.133|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2924 (2.9K) [text/plain]
Saving to: ‘install-backup.sh’

install-backup.sh                100%[==========================================================>]   2.86K  --.-KB/s    in 0.02s   

2025-11-01 20:24:14 (142 KB/s) - ‘install-backup.sh’ saved [2924/2924]

root@raspberrypi4:~# bash install-backup.sh

Recognized OS: "Venus OS v3.66"

Download latest version...
--2025-11-01 20:24:16--  https://github.com/mr-manuel/raspberry-pi-backup/archive/refs/heads/master.zip
Resolving github.com... 140.82.121.4
Connecting to github.com|140.82.121.4|:443... connected.
HTTP request sent, awaiting response... 302 Found
Location: https://codeload.github.com/mr-manuel/raspberry-pi-backup/zip/refs/heads/master [following]
--2025-11-01 20:24:16--  https://codeload.github.com/mr-manuel/raspberry-pi-backup/zip/refs/heads/master
Resolving codeload.github.com... 140.82.121.9
Connecting to codeload.github.com|140.82.121.9|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [application/zip]
Saving to: ‘/tmp/master.zip’

master.zip                           [  <=>                                                      ] 101.34K   342KB/s    in 0.3s    

2025-11-01 20:24:17 (342 KB/s) - ‘/tmp/master.zip’ saved [103768]

done.

Extracting archive...
Archive:  /tmp/master.zip
   creating: raspberry-pi-backup-master/
  inflating: raspberry-pi-backup-master/.gitattributes
  inflating: raspberry-pi-backup-master/.gitignore
  inflating: raspberry-pi-backup-master/CHANGELOG.md
  inflating: raspberry-pi-backup-master/LICENSE
  inflating: raspberry-pi-backup-master/README.md
  inflating: raspberry-pi-backup-master/install-backup.sh
   creating: raspberry-pi-backup-master/raspberry-pi-backup/
  inflating: raspberry-pi-backup-master/raspberry-pi-backup/backup.sample.conf
  inflating: raspberry-pi-backup-master/raspberry-pi-backup/backup.sh
   creating: raspberry-pi-backup-master/raspberry-pi-backup/ext/
  inflating: raspberry-pi-backup-master/raspberry-pi-backup/ext/dd
   creating: raspberry-pi-backup-master/raspberry-pi-backup/ext/lib/
  inflating: raspberry-pi-backup-master/raspberry-pi-backup/ext/lib/libcap-ng.so.0.0.0
   creating: raspberry-pi-backup-master/raspberry-pi-backup/ext/sbin/
  inflating: raspberry-pi-backup-master/raspberry-pi-backup/ext/sbin/mount.cifs
  inflating: raspberry-pi-backup-master/raspberry-pi-backup/ext/sbin/mount.nfs
done.

Copy missing "mount.cifs" to "/sbin/mount.cifs"
cp: can't create '/sbin/mount.cifs': Read-only file system
chmod: /sbin/mount.cifs: No such file or directory
chmod: /sbin/mount.cifs: No such file or directory
Copy missing "mount.nfs" to "/sbin/mount.nfs"
cp: can't create '/sbin/mount.nfs': Read-only file system
chmod: /sbin/mount.nfs: No such file or directory
chmod: /sbin/mount.nfs: No such file or directory
Copy missing "libcap-ng.so.0.0.0" to "/lib/libcap-ng.so.0.0.0"
cp: can't create '/lib/libcap-ng.so.0.0.0': File exists
chmod: /lib/libcap-ng.so.0.0.0: Read-only file system


Something went wrong with the installation. Try to reboot your system.

Rebooting does not help. Am I doing something wrong?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions