| Author |
Message |
cake
Joined: 14 Apr 2005
Posts: 3
|
| Posted: Thu Apr 14, 2005 7:28 pm Post subject: Backup |
|
|
| Does Linode provide a backup service where by if the worst happens i wont lose everything? |
|
| Back to top |
|
surferdude
Joined: 18 Mar 2005
Posts: 32
Location: the ssh window
|
| Posted: Thu Apr 14, 2005 7:38 pm Post subject: |
|
|
| Linode does not provide backup services last time I checked. If you will be using your vps for production purpouses, I sugest purchasing an off-site backup service. They are really cheap these days 8) |
|
| Back to top |
|
rjp
Joined: 15 Aug 2003
Posts: 102
|
| Posted: Thu Apr 14, 2005 10:03 pm Post subject: |
|
|
| If you have a few gigs of space on a home linux box, look into using RIBS, which uses rsync to perform backups. You can keep a set of incremental backups without wasting disk space for each backup, since it uses hard links to make each incremental look like a complete filesystem tree. By using rsync, bandwidth usage is minimized - only the initial backup needs to pull down the whole system. |
|
| Back to top |
|
cake
Joined: 14 Apr 2005
Posts: 3
|
| Posted: Fri Apr 15, 2005 5:04 am Post subject: |
|
|
Thanks guys
To start with I would just like a backup of everything on the server, is there any easy way of doing this (i am a novice) to a windows XP home system? |
|
| Back to top |
|
NecroBones
Joined: 16 Mar 2004
Posts: 111
Location: Sterling, VA
|
| Posted: Fri Apr 15, 2005 9:52 am Post subject: |
|
|
I believe you can get a windows version of rsync running, and do your backups that way.
Personally, I run automatic rsyncs to a linux box, and only back up my configuration and data, not the entire OS (which can easily be reinstalled). If you can split it out that way, you can keep the bandwidth usage relatively low. |
|
| Back to top |
|
tierra
Joined: 06 Aug 2004
Posts: 157
|
| Posted: Sun Apr 17, 2005 4:39 am Post subject: |
|
|
NecroBones wrote: Personally, I run automatic rsyncs to a linux box, and only back up my configuration and data, not the entire OS (which can easily be reinstalled). If you can split it out that way, you can keep the bandwidth usage relatively low.
I do the same, it's a good system for doing backups. |
|
| Back to top |
|
cake
Joined: 14 Apr 2005
Posts: 3
|
| Posted: Sun Apr 17, 2005 7:10 pm Post subject: |
|
|
Thanks guys, i dont have another linux box.....
Could i run rsyncs on my server maybe a different partition and maybe once a week transfer the backup file to my home pc for safe keeping? |
|
| Back to top |
|
| |