A Windows Vista forum. Vista Banter

Welcome to Vista Banter.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to ask questions and reply to others posts, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

Go Back   Home » Vista Banter forum » Microsoft Windows Vista » Performance and Maintainance of Windows Vista
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Performance and Maintainance of Windows Vista A forum for performance and maintenance tasks in Windows Vista. (microsoft.public.windows.vista.performance_maintainance)

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



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old March 18th 07, 12:31 AM posted to microsoft.public.windows.vista.performance_maintenance
Julien321
external usenet poster
 
Posts: 19
Default 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?
  #2 (permalink)  
Old March 19th 07, 03:06 PM posted to microsoft.public.windows.vista.performance_maintenance
Jill Zoeller [MSFT]
external usenet poster
 
Posts: 594
Default 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" wrote in message
...
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?


  #3 (permalink)  
Old March 19th 07, 03:55 PM posted to microsoft.public.windows.vista.performance_maintenance
Julien321
external usenet poster
 
Posts: 19
Default 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.


  #4 (permalink)  
Old March 19th 07, 04:46 PM posted to microsoft.public.windows.vista.performance_maintenance
Jill Zoeller [MSFT]
external usenet poster
 
Posts: 594
Default 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" wrote in message
...
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.



  #5 (permalink)  
Old March 19th 07, 08:34 PM posted to microsoft.public.windows.vista.performance_maintenance
Julien321
external usenet poster
 
Posts: 19
Default 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.

  #6 (permalink)  
Old March 19th 07, 09:23 PM posted to microsoft.public.windows.vista.performance_maintenance
Julien321
external usenet poster
 
Posts: 19
Default 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.


  #7 (permalink)  
Old March 19th 07, 09:40 PM posted to microsoft.public.windows.vista.performance_maintenance
Jill Zoeller [MSFT]
external usenet poster
 
Posts: 594
Default 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" wrote in message
...
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.



  #8 (permalink)  
Old March 19th 07, 09:42 PM posted to microsoft.public.windows.vista.performance_maintenance
Julien321
external usenet poster
 
Posts: 19
Default 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]
  #9 (permalink)  
Old March 19th 07, 09:54 PM posted to microsoft.public.windows.vista.performance_maintenance
Jill Zoeller [MSFT]
external usenet poster
 
Posts: 594
Default 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" wrote in message
...
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]


  #10 (permalink)  
Old March 19th 07, 09:55 PM posted to microsoft.public.windows.vista.performance_maintenance
Jill Zoeller [MSFT]
external usenet poster
 
Posts: 594
Default 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" wrote in message
...
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]


 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:33 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.Search Engine Optimization by vBSEO 3.0.0 RC6
Copyright ©2004-2012 Vista Banter.
The comments are property of their posters.