ktistec uses sqlite as its datastore. it’s a smart idea to back up the sqlite database periodically. unfortunately you can’t just copy the database file, at least while the server is running.

this article explains how to make a backup safely, and how to set up automatic, scheduled backups with cron.

#ktistec