PC Review


Reply
Thread Tools Rate Thread

Compete PC Backup and wbadmin

 
 
Tim
Guest
Posts: n/a
 
      24th Jan 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
 
      24th Jan 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" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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
 
      25th Jan 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]" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> 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
 
      26th Jan 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" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> 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]" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
>> 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" <(E-Mail Removed)> wrote in message
>> news:%(E-Mail Removed)...
>>> 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
Rate This Thread
Rate This Thread:

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
WBAdmin and Shared Folder jones.79 Windows XP Networking 1 13th Nov 2009 05:09 PM
RE: Wbadmin help!!!! Christine [MSFT] Windows Vista Performance 0 18th Feb 2009 01:31 AM
Windows 2008 server wbadmin backup slow saveoncomputers@yahoo.com Windows Vista General Discussion 4 11th Jan 2009 07:19 AM
Problem with wbadmin backup Tim Windows Vista Performance 0 2nd Aug 2007 02:57 PM
non compete form =?Utf-8?B?dHNtb20=?= Microsoft Word Document Management 2 31st Jan 2006 03:48 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:06 PM.