backups
7 Replies
As for using your own transfer for backups, if you use some form of an rsync backup method, it won't take much transfer to keep nightly backups.
There is a nice HOWTO on rdiff backups here:
And as for a location to backup to, I've heard a lot of good reviews on BQ Internet (
@tierra:
Linode keeps your data on a RAID 1 mirror so you are protected against drive failures, but there is no protection past that. You are resposible for your own backups.
I'm considering getting a Linode. I would treat it as a production system, and probably never need data backups - except for mail, and sql data - but i can handle that.
I'm am concerned that if I invest some time configuring a server, and there's a hardware failure, will I have to start over with a baseline install? (I'm planning to use Gentoo.) Is there a way to reduce this risk? Do I have to backup my config files in /etc, ~/?
Thanks
> I'm considering getting a Linode. I would treat it as a production system, and probably never need data backups - except for mail, and sql data - but i can handle that.
I would strongly recommend backing up as much as you can. Rebuilding a system from scratch is no fun especially if you have been developing your site over time.
Quick setup:
1. Create a new virtual disk
2. Config /etc/fstab or the like to mount the disk on boot.
3. Add it to your configuration in the profile manager (/dev/udbc/ –> name of new disk)
4. Reboot the linode
5. Install and use rsync on a schedule to backup the data
I think it took me all of 10 minutes to set it up and learn how to use rsync.
@tfrevert:
For backups I've created a separate virtual disk and use rsync
The disks are protected with RAID, right? So, is backing up to another virtual disk getting you much? RAID covers the case of disk failure. Are you thinking that restoring from your virtual disk is quicker then waiting for the system to be repaired?
My backup is to protect me from data/partition corruption.
@tfrevert:
RAID only protects you from hardware failure. In the case that a physical drive dies there isn't much you can do other than wait for the RAID to rebuild.
My backup is to protect me from data/partition corruption.
And sysadmin failure