|
|
|
Show HN: Regular MySQL Backup to Email
(github.com)
|
|
7 points
by tariky
1467 days ago
|
|
Hi, everyone. I got big flood last week. Weather was crazy and water got to my company warehouse. Luckily company local server was not in that room. Of course I was to lazy to set up any automatic off site db backup. But now I got it working. I wanna hear you thought? Is it smart to use email for db backup or should I just upload it to remote server? For those lazy like me, try to setup this app and give it a go. |
|
I'd advise against using email for sending the actual backups as there's quite a few security risks and a lot of technical things that could catch you out over time (e.g. hitting size limits as your database grows).
As an alternative you could use a secure upload to a remote location for transferring the backup file and then email yourself on any failures.