Where does RNBO Runner Panel store graph/set preset files on Raspberry Pi?

thomas zalud's icon

Hi everyone,

I’m using the RNBO Runner Panel on a Raspberry Pi (with rnbo-runner-panel / rnbooscquery) and I’m trying to figure out where the preset data for graph sets / graph presets is actually stored on disk.

In the web UI I can create and load presets for a graph/set, and I can see OSC messages like:

  • /rnbo/inst/control/sets/presets/load

  • /rnbo/inst/control/sets/presets/loaded

So the preset system is clearly working, but I’d like to back up my preset list and preset data manually (for example before changing names or updating the system).

I checked the obvious places like:

  • /home/pi

  • /var/www

  • /opt

  • /usr/share/rnbo-runner-panel/www/

but I couldn’t find a clear presets.json or a preset folder containing the graph preset names.

My question:
Where does RNBO Runner Panel / RNBO OSCQuery store the graph preset files on Raspberry Pi?

More specifically:

  • Are graph presets stored as files (JSON or similar)?

  • If yes, in which directory?

  • Or are they stored internally / dynamically somewhere else?

  • What is the recommended way to back them up?

Thanks a lot!

Jan M's icon

The data are store in a SQlite database. If remember right somewhere down the directory tree of /home/pi.