Following your instructions and using cut & paste and then changing [start
backup –backuptarget

: -include:E:,F: -quiet] to [start backup
–backuptarget:C: -include:E:,F: -quiet]. When I hit OK I get an error message
[One or more of the specified arguments are not valid]. I even tried
removing and adding [space]s between the [-]s. Is it a syntax problem or I'm
I doing something wrong?
In the Create Task - Actions Tab it says under Action [Start a progrqam] and
under Details [wbadmin start backup –backuptarget:C: -include:E:,F: -quiet]
and then I hit OK and get error message.
"Jill Zoeller [MSFT]" wrote:
> Yes--here you go (sorry about the lack of formatting)
>
> 1. In Task Scheduler, click Create Task.
> 2. On the General tab, do the following:
> a. Type a descriptive name, such as Scheduled Complete PC Backup.
> b. If you want the task to run regardless of whether you’re not logged on,
> click Run whether user is logged on or not.
> c. Click Run with highest privileges.
> 3. On the Triggers page, click New and then specify when and how often the
> scheduled backup will take place.
> 4. On the Actions page, click New and do the following:
> a. Under Program/Script, type wbadmin
> b. In Add arguments (optional), type the following syntax to back up all
> critical volumes, adjusting the target drive letter as necessary:
>
> start backup – allcritical –backuptarget
: -quiet
>
> If you want to specify individual volumes to back up so that you can restore
> files (rather than restore the computer to a bootable state), use the
> following syntax instead, substituting the desired drive letters (separated
> by commas) for E and F:
>
> start backup –backuptarget
: -include:E:,F: -quiet
>
> 5. Configure any other task-related settings you want, and then click OK.