Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Vista Newsgroups > Vista performance & maintenance

Vista Tutorial - How to make full drive C: backup using auto schedule with Ultimate

Reply
 
Old 03-17-2007   #1 (permalink)
Julien321
Guest


 
 

How to make full drive C: backup using auto schedule with Ultimate

Using Ultimate and like to do a full backup once a week. I see how to
schedule limited data file backups but don't see a way to schedule the full
backup. How do I set the schedule for a full backup so I don't have to worry
about forgetting?

My System SpecsSystem Spec
Old 03-19-2007   #2 (permalink)
Jill Zoeller [MSFT]
Guest


 
 

Re: How to make full drive C: backup using auto schedule with Ultimate

Are you talking about a Complete PC Backup when you say "full"? If so, you
have to do this using wbadmin (command-line tool) and Task Scheduler.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

Want to learn more about Windows file and storage technologies? Visit our
team blog at http://blogs.technet.com/filecab/default.aspx.


"Julien321" <Julien321@discussions.microsoft.com> wrote in message
news:B4A8A8B5-D070-4150-83E9-5791BB253EA6@microsoft.com...
> Using Ultimate and like to do a full backup once a week. I see how to
> schedule limited data file backups but don't see a way to schedule the
> full
> backup. How do I set the schedule for a full backup so I don't have to
> worry
> about forgetting?


My System SpecsSystem Spec
Old 03-19-2007   #3 (permalink)
Julien321
Guest


 
 

Re: How to make full drive C: backup using auto schedule with Ulti

Yes, I talking about a full complete backup of drive C:. Is there an easy
123 steps to using wbadmin (command-line tool) and Task Scheduler for this?

"Jill Zoeller [MSFT]" wrote:

> Are you talking about a Complete PC Backup when you say "full"? If so, you
> have to do this using wbadmin (command-line tool) and Task Scheduler.


My System SpecsSystem Spec
Old 03-19-2007   #4 (permalink)
Jill Zoeller [MSFT]
Guest


 
 

Re: How to make full drive C: backup using auto schedule with Ulti

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.



--
This posting is provided "AS IS" with no warranties, and confers no rights.

Want to learn more about Windows file and storage technologies? Visit our
team blog at http://blogs.technet.com/filecab/default.aspx.
"Julien321" <Julien321@discussions.microsoft.com> wrote in message
news:06BF6D69-160F-47C8-A278-926E475EC7A1@microsoft.com...
> Yes, I talking about a full complete backup of drive C:. Is there an easy
> 123 steps to using wbadmin (command-line tool) and Task Scheduler for
> this?
>
> "Jill Zoeller [MSFT]" wrote:
>
>> Are you talking about a Complete PC Backup when you say "full"? If so,
>> you
>> have to do this using wbadmin (command-line tool) and Task Scheduler.

>


My System SpecsSystem Spec
Old 03-19-2007   #5 (permalink)
Julien321
Guest


 
 

Re: How to make full drive C: backup using auto schedule with Ulti

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.

My System SpecsSystem Spec
Old 03-19-2007   #6 (permalink)
Julien321
Guest


 
 

Re: How to make full drive C: backup using auto schedule with Ulti

Edit to my previous post: It should read the following instead.


Following your instructions and using cut & paste and then changing [start
backup – allcritical –backuptarget: -quiet] to [start backup – allcritical
–backuptarget:C: -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 – allcritical –backuptarget:C: -quiet]
and then I hit OK and get error message.


My System SpecsSystem Spec
Old 03-19-2007   #7 (permalink)
Jill Zoeller [MSFT]
Guest


 
 

Re: How to make full drive C: backup using auto schedule with Ulti

I'm guessing this is due to the fact that you have to do your backup to
another disk or volume than the one you are backing up.



--
This posting is provided "AS IS" with no warranties, and confers no rights.

Want to learn more about Windows file and storage technologies? Visit our
team blog at http://blogs.technet.com/filecab/default.aspx.


"Julien321" <Julien321@discussions.microsoft.com> wrote in message
news:33D56D49-7A22-4585-A19E-65A32B78D818@microsoft.com...
> Edit to my previous post: It should read the following instead.
>
>
> Following your instructions and using cut & paste and then changing [start
> backup – allcritical –backuptarget: -quiet] to [start backup –
> allcritical
> –backuptarget:C: -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 – allcritical –backuptarget:C: -quiet]
> and then I hit OK and get error message.
>
>


My System SpecsSystem Spec
Old 03-19-2007   #8 (permalink)
Julien321
Guest


 
 

Re: How to make full drive C: backup using auto schedule with Ulti

Also tried the following syntax since the drive I want to backup to is a USB
drive labeled G: but with same error message.

Copy & past then changed [start backup – allcritical –backuptarget:
-quiet] to [start backup – allcritica –backuptarget:G: -quiet]
My System SpecsSystem Spec
Old 03-19-2007   #9 (permalink)
Jill Zoeller [MSFT]
Guest


 
 

Re: How to make full drive C: backup using auto schedule with Ulti

From what's below, there is a typo in -allcritical. I know I tested these
procedures a couple times. Please take a look at the syntax help for
wbadmin..this might provide some insight.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

Want to learn more about Windows file and storage technologies? Visit our
team blog at http://blogs.technet.com/filecab/default.aspx.
"Julien321" <Julien321@discussions.microsoft.com> wrote in message
news:729EC23E-852E-49E6-9843-6CAC932F7AF0@microsoft.com...
> Also tried the following syntax since the drive I want to backup to is a
> USB
> drive labeled G: but with same error message.
>
> Copy & past then changed [start backup – allcritical –backuptarget:
> -quiet] to [start backup – allcritica –backuptarget:G: -quiet]


My System SpecsSystem Spec
Old 03-19-2007   #10 (permalink)
Jill Zoeller [MSFT]
Guest


 
 

Re: How to make full drive C: backup using auto schedule with Ulti

Oh, I see one other thing (probably a formatting issue): it should
be -allcritical, but from below it looks like - allcritical (is there an
extra space there?)

--
This posting is provided "AS IS" with no warranties, and confers no rights.

Want to learn more about Windows file and storage technologies? Visit our
team blog at http://blogs.technet.com/filecab/default.aspx.
"Julien321" <Julien321@discussions.microsoft.com> wrote in message
news:729EC23E-852E-49E6-9843-6CAC932F7AF0@microsoft.com...
> Also tried the following syntax since the drive I want to backup to is a
> USB
> drive labeled G: but with same error message.
>
> Copy & past then changed [start backup – allcritical –backuptarget:
> -quiet] to [start backup – allcritica –backuptarget:G: -quiet]


My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
Vista Ultimate, Windows Backup, Full Image & Files, When Programs & Documents Are Uninstalled Or Deleted? Also, A Restore Point Regiistry Backup Question? Vista General
Auto backup a folder to USB drive General Discussion
How to make a system backup f Vista Ultimate Vista General
full backup to networked drive Vista networking & sharing
How to make a full Vista MCE backup without the Video? Vista file management


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46