Donnie / Airstrip

A bot for personal financial record keeping, management and visualisation on Telegram
MIT License
0 stars 0 forks source link

Regular/ on-demand backups #51

Closed Donnie closed 2 years ago

Donnie commented 3 years ago

Two ideas for doing backups:

  1. Save daily backups to a specific safe space, could be S3, could be Backblaze B2 or even on the host server.
  2. Respond with a dump file on Telegram when requested like so /get-dump

This is very important as backups are currently manually taken in an unreliable fashion.

Donnie commented 2 years ago

After moving to GCP, one can use a cron job to upload DB dump daily to Cloud Storage. Providing dump on Telegram is too risky.