Feature #1082
Live backup support
Status:
New
Priority:
Normal
Assignee:
-
Category:
Quassel Core
Target version:
-
Start date:
06/12/2011
Due date:
% Done:
0%
Estimated time:
OS:
Any
Description
Right now it is not possible to back up the quassel database without stopping quasselcore. cp copies invalid data (Error: database disk image is malformed
), and something likesudo sqlite3 /var/lib/quassel/quassel-storage.sqlite ".backup $dest/quassel-storage.sqlite"
fails with Error: database is locked
. Apparently sqlite live backups are only possible using an in-process API: http://www.sqlite.org/backup.html