| 20 | * or backup to a network nfs share (also supported on the LiveCD |
| 21 | |
| 22 | |
| 23 | * From here is where the fun begins : |
| 24 | * to backup the zfs volume do the following, |
| 25 | * zfs snapshot zroot/ROOT/default@backup |
| 26 | * then to do the actual backup |
| 27 | * zfs send zroot/ROOT/default@backup > backup.zfs |
| 28 | * please '''Do Not''' zip the file |
| 29 | * you can for archiving purposes, but you need the raw file to restore. |
| 30 | * Next you need to make note of the ZFS pools that you have |
| 31 | * FreeBSD for some reason makes extra mount points on a default install |
| 32 | * I took the time to sort that out and stripped my backup down to the root only. |
| 33 | * |
| 34 | |
| 35 | |
| 36 | |
| 37 | |