Changes between Version 17 and Version 18 of FreeBSD ZFS Backup & Restore Full Instructions


Ignore:
Timestamp:
06/18/25 16:13:11 (10 days ago)
Author:
Paul Kulda
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSD ZFS Backup & Restore Full Instructions

    v17 v18  
    7878
    7979    * 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
    8184      * '''IMPORTANT mountpoint and volume location and @ must match to what was used above.'''
    8285      * Note the '''-F''' which will overwrite the destination (which is what you want)