Create a Disaster Recovery Copy of Your Files in Real Time

1) Create a batch file with the following code:

xcopy /d /s /y “\\networkPC\e$\foldertobackup” “E:\BackupFolder”

2) Create Windows Scheduled Task

3) Point Windows Scheduled Task to the batch file created in Step 1

4) Make Windows Scheduled Task to run “Daily” starting from 5 am in the morning (before start of the working day)

Leave a Reply

You must be logged in to post a comment.