What directories does the MoonBot LINUX terminal create and how are changes made to them?
When using the MoonBot terminal on LINUX, the container image is initially read-only, however, OverlayFS is used at startup, allowing it to be mounted in read-write mode. All changes are saved in the directory:$HOME/.local/share/MoonBot/overlayfs The working directory of MoonBot itself in the container is located at:$HOME/.local/share/MoonBot/overlayfs/opt/MoonBot This means that to backup or make changes to […]

