use zfs scrub command
This commit is contained in:
parent
f09551f8ec
commit
a03e2a71da
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
gc = "doas nix-collect-garbage --delete-older-than 7d";
|
||||
verify = "doas nix --extra-experimental-features nix-command store verify --all -s https://cache.nixos.org";
|
||||
optimize = "doas nix --extra-experimental-features nix-command store optimise";
|
||||
scrub = "doas btrfs scrub start -B /data";
|
||||
scrub = "doas zpool scrub -w zpool";
|
||||
|
||||
# list latest files last
|
||||
ltr = "eza -l -s modified";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue