DEV Community

hardyweb
hardyweb

Posted on

The Incus container backup was created with a different architecture

how to change .

mkdir ~/pi-backup
tar -xzf backup.tar.gz -C ~/pi-backup

//dalam orange pi 

incus init images:debian/12 myrestore
sudo rsync -aAXv ~/pi-backup/rootfs/ /var/lib/incus/containers/myrestore/rootfs/

Enter fullscreen mode Exit fullscreen mode

Top comments (0)