PDA

View Full Version : Need Backup!


OLMI
07-24-02, 05:43 AM
ok, simple question that i havent gotten a lot of help on. where can i get a program that will automatically backup one of my hard drives to another hard drive daily? i have two an 80gig that i need to backup daily to another 80 gig. thanks

AZN
07-24-02, 06:01 AM
not sure, try doing a HD backup search on google.

OLMI
07-24-02, 06:38 AM
now that i thought about it there is a backup utility that comes with windows 2000, but does anyone know if its a good program to use?

OLMI
07-25-02, 11:17 AM
rriigghhtt....

toastedzergling
07-25-02, 11:29 AM
You can get a Raid card and do Raid 1

toastedzergling
07-25-02, 11:35 AM
or here:
http://www.stompinc.com/bump/bump-retail.phtml?stp

JimmyG
07-25-02, 11:36 AM
With a little programming you could use the windows scheduler to execute a script that fires up Norton Ghost to make an image of the main disk and store it on the second disk.

OLMI
07-25-02, 04:21 PM
naa, i dont have progamming skills. but the other link zergling gave me was good. thanks man

Xaotic
07-25-02, 05:44 PM
Ghost would be marginal for daily backups, since it'd have to be booted into DOS daily to backup the data. As a weekly solution, it would be more manageable. RAID-1 had been mentioned, and is probably the easiest solution to maintain and though it sacrifices some speed, you would not need to reserve the third drive for backups. The same holds true for RAID-0+1, but you'd have to buy one more drive. The Windows backup utility is not to be completely trusted, I've heard of people losing data with it. What I would do is use Ghost or Drive Image on a weekly basis and keep my working set of data in a directory or set of directories, make a batch file to copy the directories to the other drive and use Task Scheduler to run the batch file on a periodic or timed basis. This way the image can be restored quickly, and any additional files can simply be copied over to the restored drive.