2016-11-29, 02:57 AM
Folks,
I have created a c# .net program that is designed to be called from the parallelprocessing.bat file.
When run it will:
- read a config file that specifies recording directories along with disk quotas
- match the current file being recorded with one of the directories in the config file
- apply disk space quotas by deleting the oldest files in that recording directory if necessary
These disk quotas are expressed as a min free space (on the drive containing the recording directory) and/or a max disk used by the recording directory.
If there is any interest in this program I can post it with source code(visual studio solution) on git hub and probably create some doc on how to use it.
I did not want to go to that effort if there is not much interest.
I have only been using it for a week or so, but it seems to be working - no guarantees tho.
Thanks,
Steve
I have created a c# .net program that is designed to be called from the parallelprocessing.bat file.
When run it will:
- read a config file that specifies recording directories along with disk quotas
- match the current file being recorded with one of the directories in the config file
- apply disk space quotas by deleting the oldest files in that recording directory if necessary
These disk quotas are expressed as a min free space (on the drive containing the recording directory) and/or a max disk used by the recording directory.
If there is any interest in this program I can post it with source code(visual studio solution) on git hub and probably create some doc on how to use it.
I did not want to go to that effort if there is not much interest.
I have only been using it for a week or so, but it seems to be working - no guarantees tho.
Thanks,
Steve