So here is the problem:
There is a server with two ZFS pools inside:
- tank0 - stripe-mirror + ssd zil + ssd l2arc - ~1.5TB of capacity
- tank1 - raid-z - ~6TB of capacity
tank0 is being used as a XenServer storage over NFS, and tank1 is dedicated for a backup
How to implement backup script/procedure that works with these conditions:
- dont have to turn off virtual machines kept on tank0
- tank0 is backed up daily (snapshots? incremental?)
- tank1 is used as a storage for tank0 backup
- if tank0 fails it is possible to recover cloned data trom tank1
Is it possible to do zfs snapshots and keep them on another pool or can i clone whole pool without having to turn off all vms?
Thanks in advance for any feedback
There is a server with two ZFS pools inside:
- tank0 - stripe-mirror + ssd zil + ssd l2arc - ~1.5TB of capacity
- tank1 - raid-z - ~6TB of capacity
tank0 is being used as a XenServer storage over NFS, and tank1 is dedicated for a backup
How to implement backup script/procedure that works with these conditions:
- dont have to turn off virtual machines kept on tank0
- tank0 is backed up daily (snapshots? incremental?)
- tank1 is used as a storage for tank0 backup
- if tank0 fails it is possible to recover cloned data trom tank1
Is it possible to do zfs snapshots and keep them on another pool or can i clone whole pool without having to turn off all vms?
Thanks in advance for any feedback