Compare commits

..

No commits in common. "9a2c019db9a505b5d81d71440b1371df02ba54d8" and "0a8c9042f6b4fec4c52527096ce41343689069af" have entirely different histories.

5 changed files with 15 additions and 19 deletions

View File

@ -0,0 +1,9 @@
[Service]
# This unit will make it duperemove Fedora Kinoite's home
ExecStart=
ExecStart=-duperemove -rdhq --hashfile=/root/var-home.hash /var/home
[Service]
# https://superuser.com/a/1290109
# Contained in `systemd-path search-binaries-default`
ExecStartPre=-btrfs balance start -dusage=25 -dlimit=10 -musage=25 -mlimit=10 /var/home
ExecStartPost=-btrfs balance start -dusage=50 /var/home

View File

@ -1,9 +0,0 @@
[Service]
ExecStart=
# /home is actually in /var/home so the latter command should catch it
#ExecStart=-duperemove -rdhq --hashfile=/root/home.hash /home
ExecStart=-duperemove -rdhq --hashfile=/root/var.hash /var
ExecStartPre=
# Same filesystem although different subvolume, so this should work?
ExecStartPre=-btrfs balance start -dusage=25 -dlimit=10 -musage=25 -mlimit=10 /var
ExecStartPost=-btrfs balance start -dusage=50 /var

View File

@ -0,0 +1,5 @@
[Service]
# The overlayfs is not BTRFS and errors out, so the actual partition needs
# to be specified.
ExecStartPre=-btrfs balance cancel /var/home
ExecStart=btrfs balance start --full-balance /var/home

View File

@ -1,9 +0,0 @@
[Service]
# The overlayfs is not BTRFS and errors out, so the actual partition needs
# to be specified.
ExecStartPre=
ExecStartPre=-btrfs balance cancel /var
#ExecStartPre=-btrfs balance cancel /var/home
ExecStart=
ExecStart=btrfs balance start --full-balance /var
#ExecStart=btrfs balance start --full-balance /var/home

2
package.json vendored
View File

@ -9,6 +9,6 @@
"prettier-plugin-sh": "0.17.2",
"prettier-plugin-toml": "2.0.4"
},
"packageManager": "pnpm@10.10.0+sha512.d615db246fe70f25dcfea6d8d73dee782ce23e2245e3c4f6f888249fb568149318637dca73c2c5c8ef2a4ca0d5657fb9567188bfab47f566d1ee6ce987815c39",
"packageManager": "pnpm@10.9.0+sha512.0486e394640d3c1fb3c9d43d49cf92879ff74f8516959c235308f5a8f62e2e19528a65cdc2a3058f587cde71eba3d5b56327c8c33a97e4c4051ca48a10ca2d5f",
"prettier": "@aminda/global-prettier-config"
}