Hello =)
If I do
then the filesystem fs gets created as part of the replication to tank2.
If I now by mistake destroy the snapshot on tank2
Question
Is it then possible to replicate the snapshot over again? Or is the only option to destroy tank2/fs and then replicate again from the beginning?
If I do
Code:
zfs create tank/fs
zfs snapshot tank/fs@snap
zfs send tank/fs@snap | zfs receive tank2/fs
If I now by mistake destroy the snapshot on tank2
# zfs destroy tank2/fs@snapQuestion
Is it then possible to replicate the snapshot over again? Or is the only option to destroy tank2/fs and then replicate again from the beginning?