add btrfs-scrub.py

This commit is contained in:
Martin Matous 2025-03-18 20:09:52 +01:00
parent 2cef97f92b
commit 63db8162e3
Signed by: mmatous
GPG key ID: 8BED4CD352953224
2 changed files with 52 additions and 0 deletions

View file

@ -12,6 +12,15 @@ Dependencies: python3, apprise, cryptography, dnspython, requests, Matrix accoun
Usage: Use provided availability-monitor.service as user unit.
## btrfs-scrub.py
Scrub btrfs volume and report results via matrix and e-mail.
Status: active use
Dependencies: python3, apprise, Matrix account
Usage: Invoke periodically using systemd timer (or cron).
## dnf-search-install.py
Wrapper, marks already installed packages for `dnf search`.