Dear all :
I have used FreeBSD 14 with ZFS system. Below is my pool info .
Now I make a backup of zroot/home dataset with snapshot
I have used zfs send and receive command to save this snapshot to p200 .
########## I am not sure these command is right ......can you show me right command to save snapshot to other location (example. other pool, other usb disk, etc)
question : how to zfs rollback the other location snapshot (example , my p200 pool snapshot )to my current system ?
thanks. .........
I have used FreeBSD 14 with ZFS system. Below is my pool info .
Code:
root@xxx:~ # zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
p200 19.5G 1.10M 19.5G - - 0% 0% 1.00x ONLINE -
zroot 17.5G 559M 17.0G - - 0% 3% 1.00x ONLINE -
Code:
root@xxx:~ # zfs list -t snapshot
NAME USED AVAIL REFER MOUNTPOINT
zroot/home@222 0B - 96K -
zfs send zroot/home@222 | zfs receive p200/backup
########## I am not sure these command is right ......can you show me right command to save snapshot to other location (example. other pool, other usb disk, etc)
question : how to zfs rollback the other location snapshot (example , my p200 pool snapshot )to my current system ?
thanks. .........