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 do you restore files from an incomplete/corrupt Vista backup



 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old March 16th 07, 01:01 PM posted to microsoft.public.windows.vista.performance_maintenance
Crexis
external usenet poster
 
Posts: 3
Default How do you restore files from an incomplete/corrupt Vista backup

Hope someone can point me in the right direction on this one:

Basically, we had a new Vista Business PC that was misbehaving and dog slow.
After trying all sorts of tweaks with virt mem, AV, themes, etc I decided to
do a reinstall.

It is a Asus P5LDT-TVM board (Intel 945G chipset) with a Dual Core (PD-935)
3Ghz CPU, 512Mb (DDR2-667) RAM & 80Gb SATA 7200rpm HDD. I know the RAM is a
little on the low side but I have a duplicate machine that wasn't giving the
same problems.

Anyway, I told my assistant to make a backup of all the personal files, mail
etc which he did with Vista Backup. He set the destination to the same
machine by browsing to it through the network (I'm sure some of you are
groaning around about now but in his defence, it was fine in terms of what we
wanted to do). He then moved the backup to a network drive and this is where
the problem occurs. The backup created a folder with the machine name in
which was a Media???.bin file and a folder called Backup Set blah +date,
which contains the files and catalogues. What he moved was the Backup set
folder. Then he did a complete reinstall of Vista. Now Vista Restore refuses
to see the Backup set as a valid backup. I have had a look at the files and
see that it basically created a whole string of zip files. So, I thought, no
worries, we'll just manually extract the zips. Well, cut a long story short I
don't know why MS felt it was necessary to do this but it appears that the
backup process makes zip sets and breaks large files into smaller pieces!
What a pain in the proverbial! So I have hunted the net trying to find what
process is used to create the zips but to no avail. I guess what I'm looking
for is something that will allow me to extract the zip sets or a way to force
Vista Restore to use the backup set as it is. Any of you brainiacs out there
able to put me out of my misery & save my assistant from a public flogging?

TIA
  #2 (permalink)  
Old March 16th 07, 07:39 PM posted to microsoft.public.windows.vista.performance_maintenance
Jill Zoeller [MSFT]
external usenet poster
 
Posts: 594
Default How do you restore files from an incomplete/corrupt Vista backup

Sorry to hear about this. In general, copying the backups is not
recommended. It sounds like you are missing your mediaid.bin file, which
serves as a "backup label" (analogous to the volume label) so Backup knows
what is what.

The copy command has parameters for reassembling files. It's something like
copy /b foor.bar%1 + foo.bar%2 (and so on) foo.bar. There might be
third-party tools that will do this as well.


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


"Crexis" wrote in message
news
Hope someone can point me in the right direction on this one:

Basically, we had a new Vista Business PC that was misbehaving and dog
slow.
After trying all sorts of tweaks with virt mem, AV, themes, etc I decided
to
do a reinstall.

It is a Asus P5LDT-TVM board (Intel 945G chipset) with a Dual Core
(PD-935)
3Ghz CPU, 512Mb (DDR2-667) RAM & 80Gb SATA 7200rpm HDD. I know the RAM is
a
little on the low side but I have a duplicate machine that wasn't giving
the
same problems.

Anyway, I told my assistant to make a backup of all the personal files,
mail
etc which he did with Vista Backup. He set the destination to the same
machine by browsing to it through the network (I'm sure some of you are
groaning around about now but in his defence, it was fine in terms of what
we
wanted to do). He then moved the backup to a network drive and this is
where
the problem occurs. The backup created a folder with the machine name in
which was a Media???.bin file and a folder called Backup Set blah +date,
which contains the files and catalogues. What he moved was the Backup set
folder. Then he did a complete reinstall of Vista. Now Vista Restore
refuses
to see the Backup set as a valid backup. I have had a look at the files
and
see that it basically created a whole string of zip files. So, I thought,
no
worries, we'll just manually extract the zips. Well, cut a long story
short I
don't know why MS felt it was necessary to do this but it appears that the
backup process makes zip sets and breaks large files into smaller pieces!
What a pain in the proverbial! So I have hunted the net trying to find
what
process is used to create the zips but to no avail. I guess what I'm
looking
for is something that will allow me to extract the zip sets or a way to
force
Vista Restore to use the backup set as it is. Any of you brainiacs out
there
able to put me out of my misery & save my assistant from a public
flogging?

TIA


  #3 (permalink)  
Old March 18th 07, 12:09 PM posted to microsoft.public.windows.vista.performance_maintenance
Crexis
external usenet poster
 
Posts: 3
Default How do you restore files from an incomplete/corrupt Vista back

Thanks for the response Jill,

Is it not possible to perhaps fake a Mediaid.bin file? Iif that is the
problem then that is the only file that is missing from the backup set.

Rgds,

Crexis.

"Jill Zoeller [MSFT]" wrote:

Sorry to hear about this. In general, copying the backups is not
recommended. It sounds like you are missing your mediaid.bin file, which
serves as a "backup label" (analogous to the volume label) so Backup knows
what is what.

The copy command has parameters for reassembling files. It's something like
copy /b foor.bar%1 + foo.bar%2 (and so on) foo.bar. There might be
third-party tools that will do this as well.


  #4 (permalink)  
Old March 19th 07, 03:03 PM posted to microsoft.public.windows.vista.performance_maintenance
Jill Zoeller [MSFT]
external usenet poster
 
Posts: 594
Default How do you restore files from an incomplete/corrupt Vista back

Not that I'm aware of. I got the impression that there are other
dependencies as well (though I need to check on this).

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


"Crexis" wrote in message
...
Thanks for the response Jill,

Is it not possible to perhaps fake a Mediaid.bin file? Iif that is the
problem then that is the only file that is missing from the backup set.

Rgds,

Crexis.

"Jill Zoeller [MSFT]" wrote:

Sorry to hear about this. In general, copying the backups is not
recommended. It sounds like you are missing your mediaid.bin file, which
serves as a "backup label" (analogous to the volume label) so Backup
knows
what is what.

The copy command has parameters for reassembling files. It's something
like
copy /b foor.bar%1 + foo.bar%2 (and so on) foo.bar. There might be
third-party tools that will do this as well.



  #5 (permalink)  
Old March 19th 07, 05:57 PM posted to microsoft.public.windows.vista.performance_maintenance
Jill Zoeller [MSFT]
external usenet poster
 
Posts: 594
Default How do you restore files from an incomplete/corrupt Vista back

Fyi, we're going to write up a procedure on moving backups, but I can't give
you an ETA yet.

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


"Jill Zoeller [MSFT]" wrote in message
...
Not that I'm aware of. I got the impression that there are other
dependencies as well (though I need to check on this).

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


"Crexis" wrote in message
...
Thanks for the response Jill,

Is it not possible to perhaps fake a Mediaid.bin file? Iif that is the
problem then that is the only file that is missing from the backup set.

Rgds,

Crexis.

"Jill Zoeller [MSFT]" wrote:

Sorry to hear about this. In general, copying the backups is not
recommended. It sounds like you are missing your mediaid.bin file, which
serves as a "backup label" (analogous to the volume label) so Backup
knows
what is what.

The copy command has parameters for reassembling files. It's something
like
copy /b foor.bar%1 + foo.bar%2 (and so on) foo.bar. There might be
third-party tools that will do this as well.




  #6 (permalink)  
Old March 20th 07, 07:01 AM posted to microsoft.public.windows.vista.performance_maintenance
Crexis
external usenet poster
 
Posts: 3
Default How do you restore files from an incomplete/corrupt Vista back

Well, that'd be great. Unfortunately, in my case I suspect it will be a
stable door - bolting horse scenario

"Jill Zoeller [MSFT]" wrote:

Fyi, we're going to write up a procedure on moving backups, but I can't give
you an ETA yet.

--

 




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