use zfs scrub command

This commit is contained in:
Christoph Cullmann 2025-04-21 19:39:04 +02:00
parent f09551f8ec
commit a03e2a71da
No known key found for this signature in database

View file

@ -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";