Copy problem on Bullseye with rpi-clone #154
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello, I have a new problem with Bullseye 64 bit and this time it's with rpi-clone.
I boot on a 120 G0 SSD and my crontab I make a weekly backup of this SSD on an SD (in the SD slot of the raspberry).
via the command:
sudo rpi-clone mmcblk0 -v -U >> /home/pi/script/copy_disk_boot.log
On Buster no worries, but since I switched to bullseye the copy no longer works (the files are present but if I put this SD in another pi no boot, I don't even make the image of Raspberry 4 bit I have a blinking cursor).
If I make a copy using the SD Card Copier accessory, no problem, the copy is operational!
However, the sudo rpi-clone command's action tracking file...
tells me this:
`Booted disk: sda 128.0GB Destination disk: mmcblk0 63.9GB
Part Size FS Label Part Size FS Label
1 256.0M fat32 -- 1 256.0M fat32 --
2 root 119.0G ext4 rootfs 2 59.2G ext4 rootfs
== SYNC sda file systems to mmcblk0 ==
/ (4.5G used): SYNC to mmcblk0p2 (59.2G size)
Run setup script: no.
Syncing file systems (can take a long time)
Syncing mounted partitions:
Mounting /dev/mmcblk0p2 on /mnt/clone
=> rsync // /mnt/clone with-root-excludes ...sending incremental file list
dev/
etc/fake-hwclock.data
etc/resolv.conf
...
...
sent 467,172,063 bytes received 20,626 bytes 11,535,621.95 bytes/sec
total size is 5,181,620,046 speedup is 11.09
Editing /mnt/clone/etc/fstab PARTUUID to use 5e35b5bb
Done with clone to /dev/mmcblk0
Start - 21:34:04 End - 21:34:49 Elapsed Time - 0:45
unmount /mnt/clone
===============================`
Booted disk: sda 128.0GB Destination disk: mmcblk0 63.9GB
Part Size FS Label Part Size FS Label
1 256.0M fat32 -- 1 256.0M fat32 --
2 root 119.0G ext4 rootfs 2 59.2G ext4 rootfs
== SYNC sda file systems to mmcblk0 ==
/ (4.5G used): SYNC to mmcblk0p2 (59.2G size)
Run setup script: no.
Syncing file systems (can take a long time)
Syncing mounted partitions:
Mounting /dev/mmcblk0p2 on /mnt/clone
=> rsync // /mnt/clone with-root-excludes ...sending incremental file list
dev/
etc/fake-hwclock.data
etc/resolv.conf
...
...
sent 467,172,063 bytes received 20,626 bytes 11,535,621.95 bytes/sec
total size is 5,181,620,046 speedup is 11.09
Editing /mnt/clone/etc/fstab PARTUUID to use 5e35b5bb
Done with clone to /dev/mmcblk0
Start - 21:34:04 End - 21:34:49 Elapsed Time - 0:45
unmount /mnt/clone
Has anyone had this problem before and found a solution? THANKS