The purpose of me showing you that article, was to show that
backup periods, backup sets and the like, are stored systematically.
You can browse the backup folder, and see how the information is
arranged (the structure, how the folders correspond to your four
current entries, whether full and incrementals are stored inside
the four folders, or whatever - it's faster to just look in there,
than for me to guess at it from 60,000 feet).
For example, you claim your backup dialog shows four backup sets
currently. You could visit the folders in question, determine if
there are four major folders, determine if there are some kind
of ZIP-file-like incremental backup files present in there, and
so on. The tutorials discuss some of the things you might find.
The contents of the backup folder, are not named in a descriptive
way, such as "I'm a full backup", "I'm Tuesday's incremental", but
you may be able to piece the information together, by inspection.
*******
On your backup drive L;, perhaps the backups currently use 30%
of the disk (300GB of a 1000GB disk). You claim that Windows
won't allow more than four backup sets. Perhaps the limitation
is based on the space available.
The 30% number, could be related to the Volume Shadow setting
on the L: drive.
http://www.sevenforums.com/tutorials/335-system-protection-change-disk-space-usage.html
You can check the ShadowStorage from DOS, like this
http://www.sevenforums.com/attachme...tion-change-disk-space-usage-cmd_multiple.jpg
vssadmin list shadowstorage
and see whether the 300GB limit might be based on the setting
in there.
When the backup space is "Windows Managed", it's subject to
not using the whole disk by default. But you can experiment
with the size setting, like this.
vssadmin Resize ShadowStorage /For=L: /On=L: /Maxsize=50%
Pick a percentage which is *larger* than the limit you
currently see in the "list" output. See if that allows
a fifth backup set to fit in.
So while the backup folder tree, may contain a lot of
the information used for backups, the actual space limitation
may be set elsewhere, using vssadmin.
Paul