- May 9, 2001
- 858
- 0
- 0
i have 2 hard drives and i want to raid mirror just 1 directory (personal stuff, less than 100 meg). is there such a program that will do that?
del D:\Directory\*.* /s/qOriginally posted by: Confused
You can use some form of Backup program to copy the directory to another hard drive on a schedule. You could also set up a scheduled task to run a batch file to delete the contents on the 2nd drive, and copy across all the files to the other drive, every x hours or once a day.
The .bat file could be like the following: