raspberry-pi-backup
raspberry-pi-backup copied to clipboard
This script allows you to backup your Raspberry Pi to a SMB/CIFS share on a NAS/computer without removing the SD card.
Hello, the script worked well (*) while backup (did it manual the first time), but I got an error: `ls: /mnt/backup/Venus/raspberrypi2/Backup_raspberrypi2_20240409_075209.img: Value too large for defined data type` As this...
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...
**Changes in this fork include:** - Direct compression of backup images (.img.gz) to save disk space. - Optional live progress display during backup using pv. - Updated deletion logic for...