User Tools

Site Tools


computing:zfsreminders

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
computing:zfsreminders [2022/11/13 19:37] oemb1905computing:zfsreminders [2023/12/25 21:21] (current) oemb1905
Line 92: Line 92:
  
   sudo zfs set keylocation=file:///keys/my.key mypool/mydataset   sudo zfs set keylocation=file:///keys/my.key mypool/mydataset
 +  
 +Send and receive entire pool to new pool
  
- --- //[[jonathan@haacksnetworking.org|oemb1905]] 2022/08/29 07:13//+  zfs snapshot -r pool1@latestsnap 
 +  zfs send -R pool1@latestsnap | zfs receive -F pool2 
 + 
 + --- //[[jonathan@haacksnetworking.org|oemb1905]] 2023/12/25 21:20//
computing/zfsreminders.txt · Last modified: 2023/12/25 21:21 by oemb1905