I want to save a text file that holds a small HTML page on my gateway for an automated email that goes out daily. I don’t want to hard-code the HTML in the script, so I figured a text file would be the best way to do it.
Where is the best place to store the HTML file on the gateway where it will be included in gateway backups?
I often store my own config files on the gateway in a directory called data/configs
, and they persist in backups. So I would say inside the data folder, but I would give it another level to delineate it from the other files there, for cleanliness.
OK, that’s what I was thinking, I just wanted to see if others had success with backups. Thanks!