Hi everybody,
I am using pve-zsync tool to backup my vm/container. Since ovh datacenter burnt during the night, all of my vm/containers are gone and I only have access to my backup server.
Snapshot have been made using :
original dataset + snaphot of each vm/container is stored on that server.
is there a method quicker than
to get those vm/containers back up and running as I have a bunch of vm/containers to recover ?
Any chance to import vm/containers config file to /etc/pve/node...etc... and do a zfs rollback from the latest snapshot ?
Thanks for your help
I am using pve-zsync tool to backup my vm/container. Since ovh datacenter burnt during the night, all of my vm/containers are gone and I only have access to my backup server.
Snapshot have been made using :
pve-zsync create --source 10.2.2.42:105 --name imap-daily --maxsnap 7 --dest tank/pve-zsync/Daily
original dataset + snaphot of each vm/container is stored on that server.
is there a method quicker than
zfs send <pool>/[<path>/]vm-<VMID>-disk-<number>@<last_snapshot> | zfs receive <pool>/<path>/vm-<VMID>-disk-<number>
to get those vm/containers back up and running as I have a bunch of vm/containers to recover ?
Any chance to import vm/containers config file to /etc/pve/node...etc... and do a zfs rollback from the latest snapshot ?
Thanks for your help
Last edited: