Changes between Version 17 and Version 18 of FreeBSD ZFS Backup & Restore Full Instructions
- Timestamp:
- 06/18/25 16:13:11 (10 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FreeBSD ZFS Backup & Restore Full Instructions
v17 v18 78 78 79 79 * ok now for the restore 80 * '''zfs receive -F zroot/ROOT/default@backup < backup.zfs''' 80 * Restore from uncompressed file 81 ** '''zfs receive -F zroot/ROOT/default@backup < backup.zfs''' 82 * Restore from Compressed File 83 ** '''bzip2 -dc <backup.bz2> | zfs receive -F zroot/ROOT/default@backup 81 84 * '''IMPORTANT mountpoint and volume location and @ must match to what was used above.''' 82 85 * Note the '''-F''' which will overwrite the destination (which is what you want)