9 lines
222 B
Text
9 lines
222 B
Text
|
# BTRFS Maintenance Script
|
||
|
|
||
|
A simple script I made to periodically balance and scrub my BTRFS drives.
|
||
|
|
||
|
## Usage
|
||
|
1. Git clone this repo
|
||
|
2. Move `etc` and `usr` to `/`
|
||
|
3. Run `systemctl enable --now btrfs-maintenance.timer`
|