rockpi-toolkit icon indicating copy to clipboard operation
rockpi-toolkit copied to clipboard

backup on Rock5B rsync: change_dir "//config" failed: No such file or directory (2)

Open Dawerma opened this issue 2 years ago • 0 comments

When I try to use ”radxa-rbuild-backup.sh“ to backup my Ubuntu20.04 sytem on Rock5B, I get this wrong that can't continue Wrong:

rsync: change_dir "//config" failed: No such file or director
rsync error: some files/attrs were not transferred (see previous errors) (code 23) 

So I use # to Comment for this code

184   # rsync --force -rltWDEgop --delete --stats --progress //config/ ${CONFIG_MOUNT}

It continue to backup but still get other wrong

rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at rsync.c(644) [sender=3.1.3]
rsync error: received SIGINT, SIGTERM, or SIGHUP (code 20) at io.c(520) [generator=3.1.3]

I try again but not get this wrong and Backup done

So is it ok to do this way to continue backup,or it has some other better way to solve this wrong?

Dawerma avatar Aug 29 '23 12:08 Dawerma