stacks/homelab/periodic/btrfs-scrub

10 lines
140 B
Plaintext
Raw Normal View History

2021-12-17 09:38:07 -07:00
#! /bin/sh
# We do this on the host's cron now
exit 0
for mnt in /mnt/ardenne; do
chroot /host /usr/bin/btrfs scrub start -B $mnt
done