Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Performance > Compete PC Backup and wbadmin

Reply
Thread Tools Display Modes

Compete PC Backup and wbadmin

 
 
Tim
Guest
Posts: n/a

 
      01-24-2007
I'm going to be using wbadmin to do backups so they can be done on a
schedule. With Complete PC Backup, if there is already a backup file
present, you are presented with following dialog:

"The backup could take up to 157 GB of disk space. Because a previous
backup already exists, all of this space might not be required, and only the
differences will be saved. If there is not enough space on the disk, one or
more of the older backups will be discarded starting with the oldest."

Does wbadmin do the same thing? Are subsequent backups differential only?
I see no command line switch to set this one way or the other. Also, will
wbadmin automatically delete older backups to free up disk space? Thanks
for any help.

 
Reply With Quote
 
 
 
 
Jill Zoeller [MSFT]
Guest
Posts: n/a

 
      01-24-2007
Wbadmin is the command-line version of Complete PC Backup and they both work
the same way. So yes, when backing up to disk, subsequent backups are
differential and stored as shadow copies. Older shadow copies are purged
when the shadow copy storage area becomes full.

You might find this blog post useful:
http://blogs.technet.com/filecab/arc...ows-vista.aspx


--
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.


"Tim" <> wrote in message
news:%...
> I'm going to be using wbadmin to do backups so they can be done on a
> schedule. With Complete PC Backup, if there is already a backup file
> present, you are presented with following dialog:
>
> "The backup could take up to 157 GB of disk space. Because a previous
> backup already exists, all of this space might not be required, and only
> the differences will be saved. If there is not enough space on the disk,
> one or more of the older backups will be discarded starting with the
> oldest."
>
> Does wbadmin do the same thing? Are subsequent backups differential only?
> I see no command line switch to set this one way or the other. Also, will
> wbadmin automatically delete older backups to free up disk space? Thanks
> for any help.
>



 
Reply With Quote
 
Tim
Guest
Posts: n/a

 
      01-25-2007
Thanks for the link. While we're on this subject, I have some other
questions since I know little about shadow copies. My understanding is that
the first backup file is a .vhd file, and subsequent differential backups
are shadow copies. If, for example, the only change in the volume is the
deletion of one file, what gets stored in the shadow copy? Is it just an
indicator that the file has been deleted? Does this take up space? Say,
for example that the only change is one file being added. Will the shadow
copy only contain this one file? If that file is later deleted, will that
shadow copy also be deleted? If I perform a backup every day, is the shadow
copy composed of the difference between today's configuration and the
original .vhd file, or today's configuration and the original .vhd file plus
all subsequent shadow copies? I guess my concern here is that the totality
of the backups will eventually be much larger than the current drive being
backed up. Is this the way it works? Thanks.


"Jill Zoeller [MSFT]" <> wrote in message
news:%...
> Wbadmin is the command-line version of Complete PC Backup and they both
> work the same way. So yes, when backing up to disk, subsequent backups are
> differential and stored as shadow copies. Older shadow copies are purged
> when the shadow copy storage area becomes full.
>
> You might find this blog post useful:
> http://blogs.technet.com/filecab/arc...ows-vista.aspx
>
>
> --
> 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.
>
>
> "Tim" <> wrote in message
> news:%...
>> I'm going to be using wbadmin to do backups so they can be done on a
>> schedule. With Complete PC Backup, if there is already a backup file
>> present, you are presented with following dialog:
>>
>> "The backup could take up to 157 GB of disk space. Because a previous
>> backup already exists, all of this space might not be required, and only
>> the differences will be saved. If there is not enough space on the disk,
>> one or more of the older backups will be discarded starting with the
>> oldest."
>>
>> Does wbadmin do the same thing? Are subsequent backups differential
>> only? I see no command line switch to set this one way or the other.
>> Also, will wbadmin automatically delete older backups to free up disk
>> space? Thanks for any help.
>>

>
>


 
Reply With Quote
 
Jill Zoeller [MSFT]
Guest
Posts: n/a

 
      01-26-2007
Hi Tim,
To answer your questions:

> Thanks for the link. While we're on this subject, I have some other
> questions since I know little about shadow copies. My understanding is
> that the first backup file is a .vhd file, and subsequent differential
> backups are shadow copies. If, for example, the only change in the volume
> is the deletion of one file, what gets stored in the shadow copy?


Nothing changes until the blocks previously occupied by the file are
overwritten.
In general, every block level change on the volume will consume space on the
shadow copy storage area. But file deletions by them selved don't amount to
much.

Is it just an
> indicator that the file has been deleted? Does this take up space? Say,
> for example that the only change is one file being added. Will the shadow
> copy only contain this one file? If that file is later deleted, will that
> shadow copy also be deleted? If I perform a backup every day, is the
> shadow copy composed of the difference between today's configuration and
> the original .vhd file, or today's configuration and the original .vhd
> file plus all subsequent shadow copies? I guess my concern here is that
> the totality of the backups will eventually be much larger than the
> current drive being backed up. Is this the way it works?


The last statement could be true depending on how many shadow copies you
keep and your usage patterns. If you backed up and then overwrote your
entire volume and backed up again, you would consume twice the space.

We have a slide presentation somewhere that illustrates this. If I find it,
I can email it to you. I don't think it's NDA.

--
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.


"Tim" <> wrote in message
news:%...
> Thanks for the link. While we're on this subject, I have some other
> questions since I know little about shadow copies. My understanding is
> that the first backup file is a .vhd file, and subsequent differential
> backups are shadow copies. If, for example, the only change in the volume
> is the deletion of one file, what gets stored in the shadow copy? Is it
> just an indicator that the file has been deleted? Does this take up
> space? Say, for example that the only change is one file being added.
> Will the shadow copy only contain this one file? If that file is later
> deleted, will that shadow copy also be deleted? If I perform a backup
> every day, is the shadow copy composed of the difference between today's
> configuration and the original .vhd file, or today's configuration and the
> original .vhd file plus all subsequent shadow copies? I guess my concern
> here is that the totality of the backups will eventually be much larger
> than the current drive being backed up. Is this the way it works?
> Thanks.
>
>
> "Jill Zoeller [MSFT]" <> wrote in message
> news:%...
>> Wbadmin is the command-line version of Complete PC Backup and they both
>> work the same way. So yes, when backing up to disk, subsequent backups
>> are differential and stored as shadow copies. Older shadow copies are
>> purged when the shadow copy storage area becomes full.
>>
>> You might find this blog post useful:
>> http://blogs.technet.com/filecab/arc...ows-vista.aspx
>>
>>
>> --
>> 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.
>>
>>
>> "Tim" <> wrote in message
>> news:%...
>>> I'm going to be using wbadmin to do backups so they can be done on a
>>> schedule. With Complete PC Backup, if there is already a backup file
>>> present, you are presented with following dialog:
>>>
>>> "The backup could take up to 157 GB of disk space. Because a previous
>>> backup already exists, all of this space might not be required, and only
>>> the differences will be saved. If there is not enough space on the
>>> disk, one or more of the older backups will be discarded starting with
>>> the oldest."
>>>
>>> Does wbadmin do the same thing? Are subsequent backups differential
>>> only? I see no command line switch to set this one way or the other.
>>> Also, will wbadmin automatically delete older backups to free up disk
>>> space? Thanks for any help.
>>>

>>
>>

>



 
Reply With Quote
 
 
 
Reply

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
best backup software for Vista Home Ultimate that will allow me toselect files and folders to backup and restore Lisa Hetherington Windows Vista Performance 7 05-21-2010 01:36 PM
why Vista Backup utility dont make backup of aspx files? Berny Windows Vista General Discussion 1 12-23-2007 09:37 PM
Windows Backup Error File backup failed. Access is denied 0x80070 satxfili Windows Vista Performance 0 09-28-2007 02:16 PM
Problem with wbadmin backup Tim Windows Vista Performance 0 08-02-2007 02:57 PM
Do regular backup and/or complete system backup include shadow copies of files? Roof Fiddler Windows Vista General Discussion 1 12-05-2006 04:48 AM



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 47 48 49 50 51 52 53 54 55 56 57 58 59