Commit Graph

13 Commits

Author SHA1 Message Date
Christopher Leinbach bdc5802816 Add Purge Threshold
Adds a purge threshold setting. This setting allows the user to
control at what filled percentage the purge activities are run.
This replaces the default, hard coded 95% point.

The purge threshold defaults at the original 95%. I set a minimum
of 20 and max of 99 because those values felt sensible but am open
to changing those based on feedback.

Note: The purge threshold is still active when the keep option is
set. I added a note for this but this still presents some risk
where users who change this while in Keep mode could have their
services shut down earlier than they expect.
2025-01-25 17:40:29 +01:00
Steve Dodd aeb6df232d Check the disk usage of the filesystem hosting the processed
recordings, not necessarily the root filesystem
2023-07-06 17:50:40 +01:00
ehpersonal38 260402de0d cleanup old empty birdsongs 2023-02-17 11:25:22 -05:00
ehpersonal38 2e65ee39ee Update disk_check.sh 2023-02-11 14:32:28 -05:00
mcguirepr89 0b24481693 RTSP streams are a subdirectory of $RECS_DIR now 2022-06-04 13:06:38 -04:00
ehpersonal38 aa0372079f Update disk_check.sh
more reasonable number to delete
2022-05-09 15:43:48 -04:00
mcguirepr89 ef43b81cb6 this will now update the disk_check_exclude.txt file
before doing any deleting
2022-05-09 14:41:30 -04:00
ehpersonal38 d469b1a759 Prevent disk_check from erasing our "Best Recordings"
let me know what you think

@mcguirepr89
2022-05-09 12:46:49 -04:00
mcguirepr89 11c09dd9f4 refining some forms and chaning FULL_DISK to words settings 2022-01-31 16:00:02 -05:00
mcguirepr89 c4ee9bf721 fixed typos 2022-01-26 07:47:35 -05:00
Patrick McGuire 315605092c Update disk_check.sh 2022-01-25 08:38:11 -05:00
mcguirepr89 d570324ac7 updated the disk-check utility to have options for removing old data
or stopping core services
2022-01-19 10:49:41 -05:00
Patrick McGuire dc0f8aff5d fixing Disk Full behavior -- invokes stop_core_services.sh 2021-12-01 10:33:04 -05:00