Stefan4472 / Stefans-Blog

Personal blogging platform built in Python
MIT License
0 stars 0 forks source link

Flask command to create a backup #91

Open Stefan4472 opened 1 year ago

Stefan4472 commented 1 year ago

As the site stores more and more data, it is becoming increasingly important to be able to back up the site instance as it currently exists. This is just a starter issue; the goal is to have everything serialized and manually recoverable e.g. in a zip folder. It does not need to be automatically recoverable (yet).

I started thinking about this because now we also have tags that should be backed up.

Stefan4472 commented 1 year ago

Would also be cool to set up a weekly backup on Pythonanywhere which puts everything into a zipped folder.