In settings, you can import/export data. It would be nice to have if you could put a scheduler inside this that automatically sends backups (JSON file) to your e-mail, or a google drive driver. (I have 1 here: https://gist.github.com/sergomet/f234cc7a8351352170eb547cccd65011)
If you're self hosting you may want to setup automatic backups of your database, it's more complete than the JSON file.
I think this might be a good candidate for a custom module that would allow backup scheduling and storage to various locations, e.g. local, S3, B2, etc.
The ability to handle this in the web interface would be great! The server could grab is all, and place it in a tgz for downloading, or handle the shipping of the files for you... Especially being able to handle restoration of the platform.
Most helpful comment
I think this might be a good candidate for a custom module that would allow backup scheduling and storage to various locations, e.g. local, S3, B2, etc.