3 yesterday=`echo "print(os.date(\"%Y-%m-%d\",os.time()-24*60*60))" | /usr/bin/lua`
5 logdb=`uci get weathermon.process.logdb`
7 if [ -f "$logdb" ]; then
9 dumpdir=`uci get weathermon.process.archive_dir`/`echo "print(os.date(\"%Y/%m/%d\",os.time()-22*60*60))" | /usr/bin/lua`
13 /usr/bin/weather-filter $logdb dump-compacted $yesterday $dumpdir
15 sqlite3 $logdb "delete from log where time_stamp<date('now','-2 day')"