owntracks / quicksetup

A (mostly) automated installer for OwnTracks Recorder, Frontend with MQTT and Let's Encrypt
https://owntracks.org/booklet/guide/quicksetup/
12 stars 3 forks source link

Quicksetup: Where does the data live? #43

Closed mssever closed 4 months ago

mssever commented 4 months ago

I installed Owntracks using quicksetup. Both for the purposes of debugging an issue I'm facing and for planning a backup strategy, I'm wondering where the data lives. I haven't seen anything relevant in the documentation, nor have I found it by poking around my system.

jpmens commented 4 months ago

(issue transferred to Quicksetup issue tracker)

Data submitted via MQTT (or HTTP) to OwnTracks lives in the <STORAGE> directory of the OwnTracks Recorder. This is configured to be

/var/spool/owntracks/recorder/

below which there are a number of subdirectories.

This page details a bit more on how the data is organized.

mssever commented 4 months ago

Thanks for the answer and for updating the documentation!