Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Performance > Re: Backup - Program Files folder being included

Reply
Thread Tools Display Modes

Re: Backup - Program Files folder being included

 
 
Jill Zoeller [MSFT]
Guest
Posts: n/a

 
      12-07-2006
Backup indeed searches for user files under Program Files. The reason for it
is that a lot of applications write to their subfolder under Program Files.
Also, other application write user files to root of the drive and other
hard-to-find locations. The backup application is greedy, thus it will try
and locate files throughout the source volumes. Very few directory trees are
excluded, i.e. %windir%.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

Want to learn more about Windows Server file and storage technologies? Visit
our team blog at http://blogs.technet.com/filecab/default.aspx.


"Jason Hanford-Smith" <Jason Hanford-> wrote
in message news:901F6444-84F7-40C1-B4FE-...
> Sure this is wrong... I started my first full file backup (not the
> image-based backup) and deselected some option (movies, music, compressed
> files, etc) and proceeded to back things up.
>
> Despite the message stating the Applications are not backed up, 90% of the
> backup time was taken up by backing up images, etc from the Program Files
> subfolders (Office 2007, etc).
>
> Surely it would be advisable to skip Program Files altogether, right?
>
> (Sorry if this has already been covered elsewhere)
>
> ----------------
> This post is a suggestion for Microsoft, and Microsoft responds to the
> suggestions with the most votes. To vote for this suggestion, click the "I
> Agree" button in the message pane. If you do not see the button, follow
> this
> link to open the suggestion in the Microsoft Web-based Newsreader and then
> click "I Agree" in the message pane.
>
> http://windowshelp.microsoft.com/com...ce_maintenance



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

 
      12-11-2006
Stuart, how are you doing your backups? Specifically:

- Which edition are you using? On Home Basic, for instance, all backups are
full
- Is your backup running on a scheduled basis? Or are you manually
triggering a new backup every day? If so, how do you create a new backup
(there are a couple ways to do it)?

To answer your questions about VSS: yes, the File Backup does use VSS, but
in a very different way than CompletePC Backup. For File Backup, a snapshot
is created to make sure we have all opened files flushed from memory to the
file system, using VSS and all involved writers. Once this is done, the
backup reads the files from the snapshot and places them on a zip file.

The .zip includes complete files and we don't store block level information.
The backup includes a catalog that contains information on all files,
including timestamps, etc. Before adding files to backu,p we do a comparison
to check which files should be added.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

Want to learn more about Windows Server file and storage technologies? Visit
our team blog at http://blogs.technet.com/filecab/default.aspx.


"Stuart [MVP]" <> wrote in message
news9F9C394-4E6D-4B04-9181-...
> I'm not happy with Vista Automatic File backup. First, it won't let you
> schedule it in a very granular fashion (like during weekdays only).
> Second,
> it seems to copy the same files (at least the overall size is the same)
> every
> day. The first backup created a 4.8 GB saveset. Each subsequent day, the
> same
> size saveset gets created. What gives? I thought this technology used VSS
> like Complete PC Backup did?
>
> Stuart.
> -----------
>
> "Jill Zoeller [MSFT]" wrote:
>
>> Backup indeed searches for user files under Program Files. The reason for
>> it
>> is that a lot of applications write to their subfolder under Program
>> Files.
>> Also, other application write user files to root of the drive and other
>> hard-to-find locations. The backup application is greedy, thus it will
>> try
>> and locate files throughout the source volumes. Very few directory trees
>> are
>> excluded, i.e. %windir%.
>>
>> --
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> Want to learn more about Windows Server file and storage technologies?
>> Visit
>> our team blog at http://blogs.technet.com/filecab/default.aspx.
>>
>>
>> "Jason Hanford-Smith" <Jason Hanford->
>> wrote
>> in message news:901F6444-84F7-40C1-B4FE-...
>> > Sure this is wrong... I started my first full file backup (not the
>> > image-based backup) and deselected some option (movies, music,
>> > compressed
>> > files, etc) and proceeded to back things up.
>> >
>> > Despite the message stating the Applications are not backed up, 90% of
>> > the
>> > backup time was taken up by backing up images, etc from the Program
>> > Files
>> > subfolders (Office 2007, etc).
>> >
>> > Surely it would be advisable to skip Program Files altogether, right?
>> >
>> > (Sorry if this has already been covered elsewhere)
>> >
>> > ----------------
>> > This post is a suggestion for Microsoft, and Microsoft responds to the
>> > suggestions with the most votes. To vote for this suggestion, click the
>> > "I
>> > Agree" button in the message pane. If you do not see the button, follow
>> > this
>> > link to open the suggestion in the Microsoft Web-based Newsreader and
>> > then
>> > click "I Agree" in the message pane.
>> >
>> > http://windowshelp.microsoft.com/com...ce_maintenance

>>
>>
>>



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

 
      12-11-2006
Glad to clear up the .zip issue and VSS.

We've had other customers ask us about tweaking the Task Scheduler settings.
The developers don't advise this, probably for the reasons you list below.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

Want to learn more about Windows Server file and storage technologies? Visit
our team blog at http://blogs.technet.com/filecab/default.aspx.


"Stuart [MVP]" <> wrote in message
news:5D037C6C-A51C-45ED-A604-...
> Tried to reply.... IE hung.. .so here goes again (apologies if two replies
> show up).
>
> I'm using Vista Business. Now that you've explained the lack of block
> level
> used in Automatic Backups, I see what's happening.
>
> Note that you can change the schedule of "Automatic Backups" via Task
> Scheduler and it appears the job runs as scheduled but the Backup UI then
> tells you that Backups are no longer configured and I'm not sure if I'd
> receive any notification pop-ups for problems, etc.
>
>
> "Jill Zoeller [MSFT]" wrote:
>
>> Stuart, how are you doing your backups? Specifically:
>>
>> - Which edition are you using? On Home Basic, for instance, all backups
>> are
>> full
>> - Is your backup running on a scheduled basis? Or are you manually
>> triggering a new backup every day? If so, how do you create a new backup
>> (there are a couple ways to do it)?
>>
>> To answer your questions about VSS: yes, the File Backup does use VSS,
>> but
>> in a very different way than CompletePC Backup. For File Backup, a
>> snapshot
>> is created to make sure we have all opened files flushed from memory to
>> the
>> file system, using VSS and all involved writers. Once this is done, the
>> backup reads the files from the snapshot and places them on a zip file.
>>
>> The .zip includes complete files and we don't store block level
>> information.
>> The backup includes a catalog that contains information on all files,
>> including timestamps, etc. Before adding files to backu,p we do a
>> comparison
>> to check which files should be added.
>>
>> --
>> This posting is provided "AS IS" with no warranties, and confers no
>> rights.
>>
>> Want to learn more about Windows Server file and storage technologies?
>> Visit
>> our team blog at http://blogs.technet.com/filecab/default.aspx.
>>
>>
>> "Stuart [MVP]" <> wrote in message
>> news9F9C394-4E6D-4B04-9181-...
>> > I'm not happy with Vista Automatic File backup. First, it won't let you
>> > schedule it in a very granular fashion (like during weekdays only).
>> > Second,
>> > it seems to copy the same files (at least the overall size is the same)
>> > every
>> > day. The first backup created a 4.8 GB saveset. Each subsequent day,
>> > the
>> > same
>> > size saveset gets created. What gives? I thought this technology used
>> > VSS
>> > like Complete PC Backup did?
>> >
>> > Stuart.
>> > -----------
>> >
>> > "Jill Zoeller [MSFT]" wrote:
>> >
>> >> Backup indeed searches for user files under Program Files. The reason
>> >> for
>> >> it
>> >> is that a lot of applications write to their subfolder under Program
>> >> Files.
>> >> Also, other application write user files to root of the drive and
>> >> other
>> >> hard-to-find locations. The backup application is greedy, thus it will
>> >> try
>> >> and locate files throughout the source volumes. Very few directory
>> >> trees
>> >> are
>> >> excluded, i.e. %windir%.
>> >>
>> >> --
>> >> This posting is provided "AS IS" with no warranties, and confers no
>> >> rights.
>> >>
>> >> Want to learn more about Windows Server file and storage technologies?
>> >> Visit
>> >> our team blog at http://blogs.technet.com/filecab/default.aspx.
>> >>
>> >>
>> >> "Jason Hanford-Smith" <Jason Hanford->
>> >> wrote
>> >> in message news:901F6444-84F7-40C1-B4FE-...
>> >> > Sure this is wrong... I started my first full file backup (not the
>> >> > image-based backup) and deselected some option (movies, music,
>> >> > compressed
>> >> > files, etc) and proceeded to back things up.
>> >> >
>> >> > Despite the message stating the Applications are not backed up, 90%
>> >> > of
>> >> > the
>> >> > backup time was taken up by backing up images, etc from the Program
>> >> > Files
>> >> > subfolders (Office 2007, etc).
>> >> >
>> >> > Surely it would be advisable to skip Program Files altogether,
>> >> > right?
>> >> >
>> >> > (Sorry if this has already been covered elsewhere)
>> >> >
>> >> > ----------------
>> >> > This post is a suggestion for Microsoft, and Microsoft responds to
>> >> > the
>> >> > suggestions with the most votes. To vote for this suggestion, click
>> >> > the
>> >> > "I
>> >> > Agree" button in the message pane. If you do not see the button,
>> >> > follow
>> >> > this
>> >> > link to open the suggestion in the Microsoft Web-based Newsreader
>> >> > and
>> >> > then
>> >> > click "I Agree" in the message pane.
>> >> >
>> >> > http://windowshelp.microsoft.com/com...ce_maintenance
>> >>
>> >>
>> >>

>>
>>
>>



 
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
Program Files folder switched to Pictures Folder type... ontherebound Windows Vista File Management 4 04-16-2008 08:07 PM
Problem deleting vista RC windows folder and program files folder Rob Holmes Windows Vista Administration 0 08-08-2007 08:42 PM
deleting vista RC windows folder and program files folder Rob Holmes Windows Vista File Management 0 08-06-2007 04:52 PM
Spyware .exe program won't save or run into Program Files folder Little Lil Windows Vista General Discussion 3 03-20-2007 11:14 PM
Windows Help program (WinHlp32.exe) is no longer included with Win I remember cp/m do you? Windows Vista General Discussion 6 10-16-2006 01:14 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