Hi all,
If I have a root on ZFS pool, it is my understanding that if I
However, I'm a little unclear on a backup strategy in such a case. If I add filesystems to ZFS for data (and jail) storage and
Given some exported filesystems, can these simply be
If I have a root on ZFS pool, it is my understanding that if I
zfs send
the ZFS pool to some location, then the entire pool is backed up to that location, but that backup cannot be restored to root with zfs recv
. If I have a system that has only four drives and I wish to aggregate these drives with a RAID 1+0 type setup without using a hardware RAID controller then obviously root on ZFS is a good option (plus all of the snapshotting capabilities of ZFS).However, I'm a little unclear on a backup strategy in such a case. If I add filesystems to ZFS for data (and jail) storage and
zfs send
these filesystems instead, assuming that the OS install on root (all services run in jails on additional ZFS filesystems) can be sacrificed in the event of a catastrophic failure, then what would be the restoration procedure?Given some exported filesystems, can these simply be
zfs recv
restored into an arbitrary root on ZFS pool, providing there is sufficient space in the pool?