Hi!
I was running container in Proxmox. There was one volume excluded from backup (on dpool).
After restore from backup (to rpool) Proxmox removed volume on dpool and created empty on rpool.
I have lost my data...
Help! How can I restore that zfs dataset for that volume?
Can I use
zpool import -o readonly=on -D -f -T <LAST-GOOD-TXG> poolName
if last pool operation was 'destroy'?
I was running container in Proxmox. There was one volume excluded from backup (on dpool).
After restore from backup (to rpool) Proxmox removed volume on dpool and created empty on rpool.
I have lost my data...
Help! How can I restore that zfs dataset for that volume?
Can I use
zpool import -o readonly=on -D -f -T <LAST-GOOD-TXG> poolName
if last pool operation was 'destroy'?
Last edited: