This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:btrfsreminders [2026/04/04 19:47] – oemb1905 | computing:btrfsreminders [2026/08/01 15:17] (current) – oemb1905 | ||
|---|---|---|---|
| Line 107: | Line 107: | ||
| In addition to scrubbing, I compiled a slew of commands to assess pool health more granularly. I put this script on a cronjob which runs and sends me a statistics report every hour: | In addition to scrubbing, I compiled a slew of commands to assess pool health more granularly. I put this script on a cronjob which runs and sends me a statistics report every hour: | ||
| - | < | + | < |
| #!/bin/bash | #!/bin/bash | ||
| DATE=`date +" | DATE=`date +" | ||
| Line 291: | Line 291: | ||
| mount -o compress=zstd: | mount -o compress=zstd: | ||
| EOF | EOF | ||
| + | chmod 750 / | ||
| </ | </ | ||
| --- // | --- // | ||