| With technology today, you have a variety of options | | | | Saving to a DVD - If you have more then 700 MB of |
| of backing up your data. In this article, I will cover many | | | | data, you may want to consider getting a writable |
| of the options that are local to your computer. Before | | | | DVD drive for your computer. While you may think of |
| you begin, you need to create an inventory of your | | | | DVD's for movies, the reality is a DVD is just another |
| data the locations and size of all your data. Please | | | | form of media for storing data. The movie is nothing |
| note: The tips/advice here are for backing up user | | | | more than zeros and ones. The advantage of the |
| data files and not for backing up system/Windows | | | | DVD is that a DVD can store up to 4.7 Gig of data. |
| files. As you read through this information, you will | | | | That is considerably more than a regular CD. Of |
| notice that much of this is "old school" back-up | | | | course you will need a DVD writer. Fortunately, they |
| processes. I have used Windows XP backup but I | | | | are not that much more expensive than a CD writer. If |
| prefer writing my own batch files and creating my | | | | you are buying a new computer, you should consider |
| own process as I believe this is cleaner for what I | | | | the DVD burner option. Like a CD, instructions for |
| need. For example, in Windows XP backup, when you | | | | copying data to a DVD differ by the software being |
| create a backup of several files, Windows XP backup, | | | | used. |
| backs them up all into a single file. My method simply | | | | Saving to a USB Flash Drive - Flash drives are now at |
| copies the files to another location, file by file, which | | | | 2 gigs of data and will soon be more. A flash drive is a |
| means you are not later dependant on any Windows | | | | small device you connect into a USB port. It is |
| software for restores. Now, please know, that the | | | | somewhat like your computer memory except it does |
| Windows XP backup utilities are full of cool features, it | | | | not lose data when the power goes out. These handy |
| is just I prefer to have more control over what I am | | | | little devices are becoming more and more popular as |
| backing up. | | | | a quick and easy way to get data from one computer |
| You are now ready to backup where data? But wait, | | | | to another and have basically replaced the floppy |
| my data is spread out all over my hard drive. Is there | | | | drive. They can be used to back up your data, but you |
| an easy way? Yes, there is. My method may not be | | | | will only have the most current backup, and of course |
| the best way, or most slick method, but it works for | | | | you are limited to the data storage limits of the device. |
| me and has saved me many times. I write a batch file | | | | Another Disk Drive - Got tons of data? Get another |
| using the old dos command (xcopy) and copy my | | | | drive. My preferred method of backing up data is to |
| data from all the different locations on my hard drive | | | | another hard drive. This is perhaps a little overkill, but it |
| into one central location. I can then save this folder to | | | | works. I back up all my data (many, many gigs of data) |
| CD/DVD/etc. To improve speed, I use the command | | | | to another hard drive in my computer. This is quick and |
| line options to copy only new files or files that have | | | | fast. It is also rather expensive and does not solve the |
| changed. The batch file has several lines like thisxcopy | | | | off-site problem, so still need to save data to DVD's. |
| c:\pictures\*.* d:\backup\pictures\ /e/s/h/c/dxcopy | | | | But this method allows me to incrementally backup my |
| c:\mydata\*.* d:\backup\data\ /e/s/h/c/dxcopy | | | | data at any give time, and allows me the options to |
| c:\mydocu~1\*.* d:\backup\data\ /e/s/h/c/detc | | | | create a permanent backup at a later time. The |
| I now have all the data I need in one main folder | | | | advantage was clear when I had to rebuild my |
| With that in mind, here are your options: | | | | computer. Once the OS was installed and patched, I |
| Saving Data to Floppy - I feel silly even mentioning this | | | | simply attached my backup drive, and presto, there |
| option, but it is still an option if you need to back up a | | | | was ALL my data. No restores, no waiting around, it |
| few very small files and bring them with you | | | | was just there. Had I had to rebuild my computer due |
| somewhere. Please note, most computers today do | | | | to viruses or other issues, I may not have been able to |
| not even come with floppy drives making this option all | | | | do this because my files on my backup drive could |
| but obsolete. | | | | have also been infected. So be careful when using this |
| Saving to a Zip Disk - A Zip Disk is much like a | | | | strategy. You can purchase external hardrives for this |
| supercharged floppy or external hard drive. It is just | | | | type of activity. |
| another form of media that you can use to store data. | | | | Saving to Tape - It is unlikely that you will want to save |
| While quick and simple, in order to restore to another | | | | your data to tape if all you have is a personal |
| computer, it has to have a zip drive attached, or you | | | | computer or two. Tape drives are expensive and the |
| need to bring your actual drive with you. | | | | tapes for the drives are expensive as well. Tape |
| Saving to a CD - Most computers today come with a | | | | backup does make sense in large data centers or file |
| CD drive that has write capabilities. What this means is | | | | servers as this method provides a good alternative to |
| you can save your data (up to about 700 Meg) to a | | | | backing large amounts of data day after day. It also |
| CD. This option is more than adequate for the majority | | | | provides a good back tracking record as tapes are |
| of computer users. Each CD drive has its own set of | | | | usually rotated on some sort of schedule. If you have |
| software that enables you to do this, so you will have | | | | a home business with several computers, a few file |
| to refer to your own manufacture/software | | | | servers, and gigs and gigs of data, then a tape backup |
| instructions for details. | | | | may be the thing for you. |