hello everyone,
I accidentally deleted the disk of one of the vms. The vm is still running. I retrieved its pid via the
lsof | grep "vmid"
and tried to restore it but without success.
cp /proc/vmid/fd/"vmid" /restore_path/
Maybe my way of doing things is not good, is there anything else to try before restoring a backup ?
I would like to avoid losing a day of work.
Thanks
I accidentally deleted the disk of one of the vms. The vm is still running. I retrieved its pid via the
lsof | grep "vmid"
and tried to restore it but without success.
cp /proc/vmid/fd/"vmid" /restore_path/
Maybe my way of doing things is not good, is there anything else to try before restoring a backup ?
I would like to avoid losing a day of work.
Thanks