Ok…let me explain better what I want to do…Suppose I have an lxd server and a NAS.
I want to backup all containers on the NAS. If the lxd server will die at some point I’d like to restore the containers…that’s it.
Now while I’m trying to install the container from the created tarball I get:
$ lxc image import $TARBALL.tar.gz --alias foo
error: Image with same fingerprint already exists
Suppose I have a container, how to clone it and have it running with another name?