Hello to everyone,
i try to learn how to recover config files from proxmox node for disaster recovery. I also have all my configs backuped but i am interested what to do when no backup was done.
I created a vm and installed proxmox 6.3 inside with a single disk and zfs0. Now i tried to boot with a ubuntu 20 live disk and i can import the zfs pool rpool in this way:
zpool import rpool
cd /mnt
mkdir proxmox
zfs set mountpoint=/mnt/proxmox /rpool/ROOT/pve-1
zfs mount rpool/ROOT/pve-1
cd /mnt/proxmox
ls show me the proxmox installation folders bin, dev, home etc.
When looking inside the etc/pve folder it is empty and i do not see the storage cfg and all the other config files. it is completly empty.
Can someone point me in the right direction what to do from here to get the config files?
Thanks
i try to learn how to recover config files from proxmox node for disaster recovery. I also have all my configs backuped but i am interested what to do when no backup was done.
I created a vm and installed proxmox 6.3 inside with a single disk and zfs0. Now i tried to boot with a ubuntu 20 live disk and i can import the zfs pool rpool in this way:
zpool import rpool
cd /mnt
mkdir proxmox
zfs set mountpoint=/mnt/proxmox /rpool/ROOT/pve-1
zfs mount rpool/ROOT/pve-1
cd /mnt/proxmox
ls show me the proxmox installation folders bin, dev, home etc.
When looking inside the etc/pve folder it is empty and i do not see the storage cfg and all the other config files. it is completly empty.
Can someone point me in the right direction what to do from here to get the config files?
Thanks