Disk space API?

is there a way (via API or otherwise) to query how much disk space is available programatically? i'd like to set up a cron to run every so often and see how much space is available, and let me know if i'm getting low (since the system won't delete stuff on its own)...

There's a disk.free available in http://x:8089/dvr

1 Like

perfect! thanks!

i wrote a real basic php script to handle this, been working pretty well for the past few days. i'll commit it to github tonight and post it here in case anyone is interested.