so I installed proxmox on a zfs mirror. Now I want to back up that pool so that I can restore it incase files get deleted to both drives dies.
I did a snapshot and sent that snapsho to another pool on the host, but its very small. no real full backup. maybe its a clone im after?
I did a snapshot and sent that snapsho to another pool on the host, but its very small. no real full backup. maybe its a clone im after?
Code:
# zfs list -t snapshot rpool/ROOT
NAME USED AVAIL REFER MOUNTPOINT
rpool/ROOT@20240716 0B - 96K -
rpool/ROOT@20240718 0B - 96K -
Code:
# zfs list -t snapshot tank/ROOT
NAME USED AVAIL REFER MOUNTPOINT
tank/ROOT@20240716 0B - 96K -
Code:
# zfs send -v rpool/ROOT@20240716 | zfs recv tank/ROOT
full send of rpool/ROOT@20240716 estimated size is 42.6K
total estimated size is 42.6K
TIME SENT SNAPSHOT rpool/ROOT@20240716