| Author |
Message |
delmoi
Joined: 22 Dec 2005
Posts: 5
|
| Posted: Sun Apr 15, 2007 1:49 pm Post subject: backups |
|
|
| How often are backups done? Are we responsible for doing it, or what? |
|
| Back to top |
|
Xan
Joined: 08 Feb 2004
Posts: 311
Location: Austin
|
| Posted: Sun Apr 15, 2007 2:03 pm Post subject: |
|
|
We're responsible for backing up our own data. Linode's servers all have RAID-1, or mirroring, across two hard drives. This is not a backup, however; it doesn't cover you in case of an administrative error by either you or Linode, or in case the server catches fire or something.
Here is a quick guide to using rsync over SSH, which would be a good way to back up your Linode to your machine at home. (Somebody on these forums may have pointed me to that link; don't remember.) |
|
| Back to top |
|
ryantate
Joined: 19 Mar 2005
Posts: 47
Location: Berkeley, CA
|
| Posted: Tue Apr 17, 2007 3:09 pm Post subject: |
|
|
Another option is to backup to Amazon S3 which charges, I believe, 15 cents per GB per month for storage and 20 cents per GB per month for bandwidth.
I do this in addition to rsync to my home PC. Actually for my home PC I use rdiff-backup, which goes beyond just rsync. mikegrb did a good guide that's floating around the forums.
For S3 I use
http://s3sync.net
... I run a backup regularly via cron |
|
| Back to top |
|
elw00d
Joined: 25 Apr 2006
Posts: 23
Location: At the helldesk
|
| Posted: Thu Aug 09, 2007 12:13 am Post subject: |
|
|
| A bit late but backupninja is the easy way to set up mysql dumps and rdiff backups to a remote host. To my knowledge it only comes packaged for ubuntu and debian, but ti does take the hard work out of performing backups and it's push mechanism is nice and secure (root on the linode, unprivilaged user on remote storage machine) |
|
| Back to top |
|
| |