Is it possible to configure Windows 7 Backup to backup the same content periodically (every 1 hour) to 2 separate hard disks? I have looked on Google but not had any luck.

link|improve this question

78% accept rate
feedback

1 Answer

up vote 2 down vote accepted

Create a batch script that does a xcopy /mir and have it mirror the source to the first backup location, then in the next line of the script, do another xcopy /mir from the first backup location to the second. Schedule the batch script to run using Windows Scheduler.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.