0

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!

1 Answers1

2

Hard to say based on next to no information. At a guess: the target device has a file-system that doesn't support symlinks, like fat or ntfs.

tink
  • 6,765