kdave / btrfsmaintenance

Scripts for btrfs maintenance tasks like periodic scrub, balance, trim or defrag on selected mountpoints or directories.
GNU General Public License v2.0
897 stars 79 forks source link

RFE: allow systemd instances of maintenance #117

Open jirib opened 6 months ago

jirib commented 6 months ago

Now at https://github.com/kdave/btrfsmaintenance/blob/be42cb6267055d125994abd6927cf3a26deab74c/btrfs-balance.sh#L9 we load /etc/sysconfig/btrfsmaintenance. This prevents having multiple instances of btrfsmaintenance, eg. per filesystems.

Could you consider improving that?