zfs backup
Hello,
on my way of understanding zfs backups, I want to know what is the best practice to include a separate dataset.
The current situation looks like this -
# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 23.9G 109G 33.5K /rpool
rpool/ROOT 6.34G 109G 21K legacy
rpool/ROOT/s10x_u9wos_14a 6.34G 109G 4.27G /
rpool/dump 1.50G 109G 1.50G -
rpool/export 5.68G 109G 23K /export
rpool/export/home 5.68G 109G 23K /export/home
rpool/export/home/zone 5.68G 109G 23K /export/home/zone
rpool/export/home/zone/kgrdbt 5.68G 109G 5.61G /export/home/zone/kgrdbt
rpool/swap 4.25G 113G 16K -
on my way of understanding zfs backups, I want to know what is the best practice to include a separate dataset.
The current situation looks like this -
# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 23.9G 109G 33.5K /rpool
rpool/ROOT 6.34G 109G 21K legacy
rpool/ROOT/s10x_u9wos_14a 6.34G 109G 4.27G /
rpool/dump 1.50G 109G 1.50G -
rpool/export 5.68G 109G 23K /export
rpool/export/home 5.68G 109G 23K /export/home
rpool/export/home/zone 5.68G 109G 23K /export/home/zone
rpool/export/home/zone/kgrdbt 5.68G 109G 5.61G /export/home/zone/kgrdbt
rpool/swap 4.25G 113G 16K -
0