Yes. Image-backup works perfectly on Pi5 with SD card, but not with SSD (both Ubuntu 24.10)
I just installed Ubuntu 24.10 (on a 1TB USB SSD as well as a 500 GB NVME M.2 SSD, both connected to a Raspberry Pi 5) and image-backup worked as expected. The image created ran fine after being restored.
Code:
root@ubuntu:~# ./image-backupImage file to create? /mnt/test.imgInitial image file ROOT filesystem size (MB) [2564]?Added space for incremental updates after shrinking (MB) [0]?Create /mnt/test.img (y/n)? yStarting full backup (for incremental backups, run: ./image-backup /mnt/test.img)e2fsck 1.47.1 (20-May-2024)Pass 1: Checking inodes, blocks, and sizesPass 2: Checking directory structurePass 3: Checking directory connectivityPass 4: Checking reference countsPass 5: Checking group summary informationwritable: 62475/164304 files (0.1% non-contiguous), 629787/656128 blocksresize2fs 1.47.1 (20-May-2024)The filesystem is already 656128 (4k) blocks long. Nothing to do!resize2fs 1.47.1 (20-May-2024)The filesystem is already 656128 (4k) blocks long. Nothing to do!resize2fs 1.47.1 (20-May-2024)The filesystem is already 656128 (4k) blocks long. Nothing to do!e2fsck 1.47.1 (20-May-2024)Pass 1: Checking inodes, blocks, and sizesPass 2: Checking directory structurePass 3: Checking directory connectivityPass 4: Checking reference countsPass 5: Checking group summary informationwritable: 62475/164304 files (0.1% non-contiguous), 629787/656128 blocks
Statistics: Posted by RonR — Sat Nov 23, 2024 9:23 pm