You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
nix --extra-experimental-features nix-command --extra-experimental-features flakes run github:nix-community/nixos-generators -- --format proxmox
after scp'ing the image over and running qmrestore, I get the following error:
root@pve1:/var/lib/vz/dump# qmrestore nixos-24-11.vma.zst 111111
error before or during data restore, some or all disks were not completely restored. VM 111111 state is NOT cleaned up.
ERROR: couldn't determine archive info from '/var/lib/vz/dump/nixos-24-11.vma.zst'
I haven't found a way to get a more verbose error, this is all I have.
The text was updated successfully, but these errors were encountered:
@Gaming4LifeDE Just found the solution in some older issue: the file name needs to start with vzdump-qemu-!
So filenaming convention is vzdump-qemu-whatever.vma.zst. Otherwise the import fails.
Damn I just lost half a day of my life on this frikin issue. 😃
I built an image using this command:
after scp'ing the image over and running qmrestore, I get the following error:
I haven't found a way to get a more verbose error, this is all I have.
The text was updated successfully, but these errors were encountered: