Skip to content

Instantly share code, notes, and snippets.

@Bryan2333
Last active April 15, 2024 08:29
Show Gist options
  • Save Bryan2333/b91853161d3d76fb97fc4a89c7d97a84 to your computer and use it in GitHub Desktop.
Save Bryan2333/b91853161d3d76fb97fc4a89c7d97a84 to your computer and use it in GitHub Desktop.
Btrfs Balance
[Unit]
Description=Balance Btrfs filesystem on nvme0n1
[Service]
Type=oneshot
ExecStart=/usr/bin/btrfs balance start -dusage=10 /
[Unit]
Description=Balance Btrfs filesystem on nvme0n1 every Wednesday
[Timer]
OnCalendar=Wed, 10:00
AccuracySec=1h
Persistent=true
RandomizedDelaySec=100min
[Install]
WantedBy=timers.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment