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
Next revision
Previous revision
Next revisionBoth sides next revision
computing:zfsreminders [2022/11/13 04:29] oemb1905computing:zfsreminders [2023/12/25 21:21] oemb1905
Line 83: Line 83:
   zpool status -v   zpool status -v
   zpool iostat -v   zpool iostat -v
-  zpool list+  zpool list -v
      
 Also, to see whether cache volume is necessary, run and look at cache hit/miss ratio: Also, to see whether cache volume is necessary, run and look at cache hit/miss ratio:
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
 +
 +  zfs snapshot -r pool1@latestsnap
 +  zfs send -R pool1@latestsnap | zfs receive -F pool2
  
- --- //[[jonathan@haacksnetworking.org|oemb1905]] 2022/08/29 07:13//+ --- //[[jonathan@haacksnetworking.org|oemb1905]] 2023/12/25 21:20//
computing/zfsreminders.txt · Last modified: 2024/04/21 23:12 by oemb1905