I use image-backup to create a backup of my entire system.
For some reason it doesn’t work and I just can’t get it going.
When running the command sudo image-backup and then enter /mnt/test.img I get this error:
rsync: [generator] symlink "/tmp/img-backup-mnt/boot/cmdline.txt" -> "firmware/cmdline.txt" failed: Operation not permitted (1)
rsync: [generator] symlink "/tmp/img-backup-mnt/boot/config.txt" -> "firmware/config.txt" failed: Operation not permitted (1)
rsync: [generator] symlink "/tmp/img-backup-mnt/boot/overlays" -> "firmware/overlays" failed: Operation not permitted (1)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1338) [sender=3.2.7]
Unable to create backup
I talked to the developer and he couldn’t pinpoint it either and suggests it is specific to my system.
Someone has an idea what I could try? Thanks!
image-backuptool available from? How did you invoke it? What is the exactrsynccommand that it's using? What does/mnt/test.imgrepresent? Please edit your question to provide this information (no need for "edit" statements; just update the question as if you had provided it originally) – Chris Davies Jan 06 '24 at 13:13