Bare Metal Disaster Recovery for Windows Vista Home: Scheduled Backups
Posted on April 1st, 2008 by atomice
You can schedule the backup script to run on a regular basis, e.g. once a week.
- Click the Start Menu button.
- Type Task Scheduler into the Search box.
- Click on the Task Scheduler item.
- Wait for Task Scheduler to load.
- Click the Create Task… action on the right hand side of the Task Scheduler window.
- Enter a Name for the task (e.g. Backup)
- Select Run whether user is logged on or not.
- Check Run with highest privileges.
- Select the Triggers tab.
- Click the New… button.
- Specify how often you want the task to run (e.g. weekly).
- Click the Ok button.
- Select the Actions tab.
- Click the New… button.
- Click the Browse… button.
- Select the
backup.cmdscript. - Type
C:\ E:\Backupin the Add arguments box. (ReplaceE:\Backupwith the directory where you want to store your backups, e.g. a directory on an external hard disk) - Copy the path to
backup.cmdto the Start in box but removebackup.cmdfrom the end. i.e.C:\Users\Chris\Documents\Backup\backup.cmdbecomesC:\Users\Chris\Documents\Backup. - Click the Ok Button.
- Select the Settings tab.
- Check the Run task as soon as possible after a scheduled start is missed option.
- Click the Ok button.
- Enter your password when prompted.
- Click on the Task Scheduler Library item in the tree view to see your new task.
- To perform a backup now right-click on the task and select Run.
Leave a Comment