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