Skip to main content

Command Palette

Search for a command to run...

Howto Guide: Get FREE backup service for your database and storage files

Published
1 min read

Like many, I don't always have the budget on side projects to add a separate machine just for backup. Turns out I don't need one!

Using RCLONE (Free), Google Cloud (Free), Google Drive (Free), and Docker (Also Free and optional) I was able to setup a database and storage backup strategy for free!

Here's the code to run the backup: https://github.com/negati-ve/docker-rclone-google-drive-cron-backup

and

Here's a Howto guide on how to setup google cloud, google drive service account and everything else: https://github.com/negati-ve/docker-rclone-google-drive-cron-backup/tree/master/guide

I've included images of google cloud as it can get a little confusing at times

Hope this helps some one :D