Bare Metal Disaster Recovery for Windows Vista Home: Scheduled Backups

You can schedule the backup script to run on a regular basis, e.g. once a week.

  1. Click the Start Menu button.
  2. Type Task Scheduler into the Search box.
  3. Click on the Task Scheduler item.
  4. Wait for Task Scheduler to load.
  5. Click the Create Task… action on the right hand side of the Task Scheduler window.
  6. Enter a Name for the task (e.g. Backup)
  7. Select Run whether user is logged on or not.
  8. Check Run with highest privileges.
  9. Select the Triggers tab.
  10. Click the New… button.
  11. Specify how often you want the task to run (e.g. weekly).
  12. Click the Ok button.
  13. Select the Actions tab.
  14. Click the New… button.
  15. Click the Browse… button.
  16. Select the backup.cmd script.
  17. Type C:\ E:\Backup in the Add arguments box. (Replace E:\Backup with the directory where you want to store your backups, e.g. a directory on an external hard disk)
  18. Copy the path to backup.cmd to the Start in box but remove backup.cmd from the end. i.e. C:\Users\Chris\Documents\Backup\backup.cmd becomes C:\Users\Chris\Documents\Backup.
  19. Click the Ok Button.
  20. Select the Settings tab.
  21. Check the Run task as soon as possible after a scheduled start is missed option.
  22. Click the Ok button.
  23. Enter your password when prompted.
  24. Click on the Task Scheduler Library item in the tree view to see your new task.
  25. To perform a backup now right-click on the task and select Run.

Leave a Comment