LogicMachine Forum
Custom Application Files Not Included in Backup (config.json) - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Application Store (https://forum.logicmachine.net/forumdisplay.php?fid=11)
+--- Thread: Custom Application Files Not Included in Backup (config.json) (/showthread.php?tid=6371)



Custom Application Files Not Included in Backup (config.json) - savaskorkmaz - 27.03.2026

Hello,
We have developed a custom application for Logic Machine, and our file structure is as follows:
  • /cron/our_app/
    • hourly.lua
    • hourly.sh
  • /data/our_app/
    • index.lp
    • icon.png
    • config.json
  • /libs/our_app/
    • (two Lua library files)
In our application, project-specific data is stored inside the config.json file located in the /data/our_app/ directory.
However, when we perform a full Logic Machine backup, none of our application-related data is included in the backup. Specifically, the config.json file is not backed up.
What do we need to do to ensure that this config.json file is included in the backup?
Thank you.


RE: Custom Application Files Not Included in Backup (config.json) - admin - 27.03.2026

Put config into storage instead of plain files.