
12-28-2004, 05:32 PM
|
|
Junior Guru Wannabe
|
|
Join Date: Sep 2004
Location: Prague, Czech Republic (EU)
Posts: 64
|
|
Hi I`am looking for simle solution to backup my data, if I have two disks on server, no mirorring.
|

12-28-2004, 05:57 PM
|
|
Web Hosting Master
|
|
Join Date: Jul 2002
Location: USA
Posts: 1,124
|
|
What OS does the server have? If Linux, you can have a simple bash script copy the data over to the drive every so often.
|

12-28-2004, 06:01 PM
|
|
Junior Guru Wannabe
|
|
Join Date: Sep 2004
Location: Prague, Czech Republic (EU)
Posts: 64
|
|
yeah Linux of course .] I was discovered rsync, but I don`t know if there is something better. It`s bad to simple copy disk every night ?
|

12-28-2004, 11:20 PM
|
|
WHT Addict
|
|
Join Date: May 2004
Posts: 127
|
|
I don't know about anything better but rsync is great.. I'd use it any day. At the very least, it won't take up as much time as just a regular copy since it won't re-copy files that havent been modified.
Also, if you have WHM, you'll want to take a look at the BackUp option there.
|

12-28-2004, 11:41 PM
|
|
Backup Guru
|
|
Join Date: Feb 2002
Location: New York, NY
Posts: 4,444
|
|
I'd just use rsync to synchronize the 2 disks each night. Most people don't realize that you can use rsync locally.
|

12-28-2004, 11:47 PM
|
|
Web Hosting Master
|
|
Join Date: Jan 2003
Posts: 1,715
|
|
Keep in mind that a local copy is good for recovering the occasional oops, but you should still keep an off-site copy. Many human-error events, especially by the datacenter staff, will take out both drives.
__________________
Game Servers are the next hot market!
Slim margins, heavy support, fickle customers, and moronic suppliers!
Start your own today!
|

12-29-2004, 01:06 AM
|
|
Retired Moderator
|
|
Join Date: Sep 2004
Location: Flint, Michigan
Posts: 5,768
|
|
You might want to look to GNax for offsite solutions. Do a search and you will see they seem to have a lot of respect here at WHT.
|

12-30-2004, 10:14 PM
|
|
Junior Guru Wannabe
|
|
Join Date: Dec 2004
Posts: 78
|
|
One easy way to do off-site hosting is to use a cron-launched script to FTP the backups off to some simple $10/month hosting account. That way, the backup is on a different network, different server, and you have full backups.
Does rsync keep an up-to-date copy only? (I'm asking because I haven't yet had much experience with it.) If so, then if you have file corruption, wouldn't rsync simply mirror that corruption?
-jared
|

12-30-2004, 10:17 PM
|
|
WHT Addict
|
|
Join Date: May 2004
Posts: 127
|
|
Yes, it's an up-to-date copy and as far as I know it doesn't archive.
|

12-30-2004, 11:27 PM
|
|
Junior Guru Wannabe
|
|
Join Date: Dec 2004
Posts: 78
|
|
IMO, then, rsync is not a backup solution. It's a mirroring solution.
-jared
|

12-31-2004, 12:39 AM
|
|
Retired Moderator
|
|
Join Date: Sep 2004
Location: Flint, Michigan
Posts: 5,768
|
|
Quote:
Originally posted by jcall
One easy way to do off-site hosting is to use a cron-launched script to FTP the backups off to some simple $10/month hosting account. That way, the backup is on a different network, different server, and you have full backups.
Does rsync keep an up-to-date copy only? (I'm asking because I haven't yet had much experience with it.) If so, then if you have file corruption, wouldn't rsync simply mirror that corruption?
-jared
|
As mentioned above it does keep an up-to-date copy. But then again FTPing all backups can also leave you with corrupted files. You would use RSync to only send over what has changed instead of FTP'ing the entire site each time. Take each rsync backup and tar it all up with a timestamp and you are good to go.
|

12-31-2004, 01:36 AM
|
|
Web Hosting Master
|
|
Join Date: Nov 2003
Location: Canada
Posts: 881
|
|
The best way to go is simply do a rsync mirror of the entire drive. Thats what I do, it ensure there are no files left out. On top of this I am able to have incremental daily, weekly, and monthly backups all stored in seperate directories. You can also create a script to switch off directories to keep a few days archives on hand, then just update the oldest one. Same thing could be done for the weekly and monthly ones.
|

12-31-2004, 02:10 AM
|
|
Disabled
|
|
Join Date: Dec 2004
Location: California
Posts: 10
|
|
I prefer the CPanel backup tools 
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
| Postbit Selector |
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|
| Login: |
|
|
| Advertisement: |
|
|
| Web Hosting News: |
|
|
|