I'll not go into a long winded argument about why you should backup your data. If you're reading this, you know it's a good idea and you like to learn how to push your data off site into the cloud for as low as $0.11 per GB per month. Note that I'm talking about the European pricing here, the US pricing is slightly cheaper.
In essence, what this blog will show you how to do is:
- Create an Amazon EC2 persistent volume of your desired size
- Start up an Amazon EC2 cloud machine
- Mount your persistent volume to this temporary machine
- rsync your data over to the machine
- Shutdown the machine
All of this can be done more or less with a single script that you can schedule to run at any time. It will cost you around $0.11 per hour whilst the machine is running for your upload and then $0.11 per GB per month for storage.