add scrub command

This commit is contained in:
Christoph Cullmann 2024-10-29 20:35:06 +01:00
parent 4798b16a7a
commit aa7e22b237
No known key found for this signature in database

View file

@ -38,6 +38,7 @@
gc = "doas nix-collect-garbage --delete-older-than 7d";
verify = "doas nix --extra-experimental-features nix-command store verify --all";
optimize = "doas nix --extra-experimental-features nix-command store optimise";
scrub = "doas btrfs scrub start -B /data";
# list latest files last
ltr = "eza -l -s modified";