kerberos-io / web

(DEPRECATED) An open source GUI to configure the machinery and to view events that were detected by the machinery.
https://www.kerberos.io
225 stars 69 forks source link

Set a limit in GUI on the number of stored images #58

Closed TopperHarry closed 8 years ago

TopperHarry commented 8 years ago

such that the SD card on i.e. Raspberry pi does not get full.

cedricve commented 8 years ago

@TopperHarry I think you're using Raspbian? On KiOS we have a script running that starts removing old images, when disk is getting full. You can find it over here.

https://github.com/kerberos-io/kios/blob/master/board/common/overlay/etc/init.d/S85machinery#L29-L33