Jul 26 2008

Backup software tested

Posted by admin in Backup
Backup software tested
Photo courtesy of iStockphoto, Image# 6628175

How do you backup you data. For me it is a smal .BAT script that traverses my directories and copies over any changed files. It is really quite simple that is built around the XCOPY command. I basically have a command such as the following to backup my audio book directory:

xcopy C:\audiobook E:\audiobook /D /E /V /I /F /R /Y

This requires me to know exactly where I download or change information on disk. Because I surely don't want to do this across my entire disk drive. It'd be a system hog.

For the average home user, you really should think about backup software to do this type of work for you. To start, you can take a look at a recent article that evaluated 5 new backup software applications to make backup and recovery much easier.

Take a look at : Save your data with one of these top backup programs


Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>