1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2024-09-07 19:53:30 -04:00

Fix zpool commands

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-07-15 13:26:53 -07:00
parent 7843b6f163
commit 4abf35e257
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -41,7 +41,9 @@ zfs send -R rpool/ROOT@copy | zfs receive rpool/copyroot
zfs destroy -r rpool/ROOT
# Set better ZFS properties
zpool set autoexpand=on autotrim=on failmode=wait rpool
zpool set autoexpand=on rpool
zpool set autotrim=on rpool
zpool set failmode=wait rpool
# Create a new zfs root, with encryption turned on
# OR -o encryption=aes-256-gcm - aes-256-ccm vs aes-256-gcm