Hi, I need help please...
I have a LXC debian12 container on my Proxmox server.
Works fine !
Now, for testing, I want to reload this container on my local machine...
I proceed like this;
I also tried:
What am I doing wrong ?
Thanks for your help
I have a LXC debian12 container on my Proxmox server.
Works fine !
Now, for testing, I want to reload this container on my local machine...
I proceed like this;
- I shutdown my lxc container on Proxmox
- I do a "backup" of the container
- I get back the .zst on my local machine
- On this same local machine, I recreate a debian container (
$ lxc launch images:debian12 same-name-than-proxmox-cnt
)
Bash:
$ sudo lxc image import <my .zst> ...
Error: Metadata tarball is missing metadata.yaml
I also tried:
Bash:
$ sudo lxc import <my .zst> ...
Importing instance: 100% (275.21MB/s)Error: Backup is missing index.yaml
What am I doing wrong ?
Thanks for your help