PINE64
Spacebar Texting SMS MMS Backup / Export - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PinePhone Pro (https://forum.pine64.org/forumdisplay.php?fid=177)
+--- Forum: PinePhone Pro Software (https://forum.pine64.org/forumdisplay.php?fid=179)
+--- Thread: Spacebar Texting SMS MMS Backup / Export (/showthread.php?tid=17511)



Spacebar Texting SMS MMS Backup / Export - X0X0X0X0X0 - 10-24-2022

Hello,

PinePhone Pro with Manjaro Plasma-Mobile developer edition.

How do I backup or export SMS and MMS for text messaging (text message) from Spacebar package? 
Is there a directory I can find the SMS and MMS within?

Thank you


RE: Spacebar Texting SMS MMS Backup / Export - robocone - 12-26-2022

Not sure if there is an official way but you can find these in
~/.local/share/spacebar

They are in an sqlite database which you can access with
sqlite3 ~/.local/share/spacebar/messages.sqlite
eg.
SELECT * FROM Messages;

You should be able to use these files as a backup