Clean up old logs

Currently only through hackery with the sqlite3 shell.

# sqlite3 backup_server.db
DELETE FROM logs;
.quit