Backup snapshot deleted from destination freenas

vijaypal.ggn

Cadet
Joined
Jun 23, 2022
Messages
1
Hi

We are using freenas 11.1 for data and replication. I have created zvol on source and replication start on destination freenas. Every thing is working fine. But when I deleted the source zvol with snapshot. Because We can’t delete zvol without snapshot, the destination freenas replicated snapshot also deleted.

I don’t want to delete the destination snapshot from destination freenas.

Please help me on this issue
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
I can't remember all the way back to 11.1 to know if it was not yet using zettarepl (but I suspect that it doesn't based on what you're saying).

If you want to be able to delete the source but keep the replica target, maybe replication isn't for you. You could try zfs hold pool/path/zvolName@snapshotName on the destination to prevent the deletion...
 
Top