![]() |
|
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. |
|
|||||||
| Performance and Maintainance of Windows Vista A forum for performance and maintenance tasks in Windows Vista. (microsoft.public.windows.vista.performance_maintainance) |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
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? |
|
|||
|
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? |
|
|||
|
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. |
|
|||
|
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 : -quietIf 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: -quiet5. 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. |
|
|||
|
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 : -quietIf 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: -quiet5. Configure any other task-related settings you want, and then click OK. |
|
|||
|
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. |
|
|||
|
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. |
|
|||
|
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] |
|
|||
|
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] |
|
|||
|
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 | |
|
|