studentenportal / deploy-new

🚜 New deployment setup (Docker based)
1 stars 0 forks source link

Backups #12

Open fabianhauser opened 6 years ago

fabianhauser commented 6 years ago

VSHSR provides backup-space on their Hostpoint-Hosting accessible via FTP. (We should not use more than 20GB)

I think that daily backups of the database and files should be sufficient.

dbrgn commented 6 years ago

Make sure to encrypt the backups :) (A static strong key is probably fine.)

An alternative would be https://www.borgbackup.org/ or https://restic.net/. It's pretty easy to set up and offers deduplication. I think they also work over SSH, maybe also via FTP.

The-Compiler commented 6 years ago

I use borg backup since a while and it's worked great (including restore :wink:). It does need SSH (and borg on the server) though, or some way to mount the FTP storage locally.