bkup_rpimage icon indicating copy to clipboard operation
bkup_rpimage copied to clipboard

Script to backup a Raspberry Pi disk image

Results 9 bkup_rpimage issues
Sort by recently updated
recently updated
newest added

Hello. I'm running Raspbian Buster on a Raspberry PI 4. I'm not able to make bkup_rpimage to work, and want to remove it from my system. I have two image-files...

Is there a way to exclude certain directories on the backup? Thanks Mike

You may want to add -A and -X to the rsync command to preserve ACLs and xattrs. This is particularly important for stuff like "ping" which has capabilities set in...

Hi, rsync without the -H option should convert hardlinks into files. In addition to wasting space, this compromises many uses which assume the hardlinks are in place. (My current image...

Just like the title. I use USB boot, and this tool is awesome for backups, especially in the latest version where you can set image size and the PARTUUID's are...

Hi, I've just set up mi RPi to boot from SD (mmcblk0) and innmediatelly mount the rootfs from a USB HD as described in [HOWTO: Move the filesystem to a...

Hi, I have a 64gb SD card in my RPI with just 5gb in use. I also have an USB memory stick attached of 16gb (pretty much all free). ````...

it would be nice it mounting compressed images would be possible. ``` pi@rpi2:~ $ sudo ./bkup_rpimage.sh mount /usb-stick/backup/SD_Card_rpi2_2018-11-20.img.gz /mnt Attaching /usb-stick/backup/SD_Card_rpi2_2018-11-20.img.gz to /dev/loop0 losetup: /usb-stick/backup/SD_Card_rpi2_2018-11-20.img.gz: Warning: file does not fit...