Sfrazier1111
asked this on November 16, 2011 16:22
Since I have been unable to set the cameras to "Motion" vs. "Continious" and I am getting a lot of video files that really are not needed is it ok to delete the files via a command line or are these being tracked in MySQL and they needed to be deleted another way? Does MySQL keep track of the video files?
Comments
The events are stored in mysql, however deleting them from the database won't 'break' anything. The system will automatically purge oldest events when the disk reaches 95% full.
Thank you.