Added drive cleanup to the upgrade process

This commit is contained in:
David Carley
2021-03-07 23:57:24 -08:00
parent ae9e13ecad
commit 851ec31b0c
4 changed files with 44 additions and 1 deletions

8
scripts/bbctrl-logrotate Normal file
View File

@@ -0,0 +1,8 @@
/var/log/bbctrl.log {
rotate 4
weekly
compress
missingok
notifempty
copytruncate
}