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


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

--

Legend:

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

    v18 v19  
    7878
    7979    * ok now for the restore
    80       * Restore from uncompressed file
     80      * Restore from uncompressed file :
    8181        ** '''zfs receive -F zroot/ROOT/default@backup < backup.zfs'''
    82       * Restore from Compressed File
     82      * Restore from Compressed File :
    8383        ** '''bzip2 -dc <backup.bz2> | zfs receive -F zroot/ROOT/default@backup
    8484      * '''IMPORTANT mountpoint and volume location and @ must match to what was used above.'''