Main Page | Report this Page
Computers Forum Index  »  Computer Architecture - Storage  »  Automating Image Backups of Windows Boot Devices...
Page 1 of 1    

Automating Image Backups of Windows Boot Devices...

Author Message
W...
Posted: Wed Oct 28, 2009 1:05 pm
Guest
Is there any Windows backup software that will boot a server on a schedule,
and then take control *before Windows boots* to make an image backup of the
boot device, prior to handing off control to Windows? We want to bypass
any possibility of a file being locked during use while Windows is booted.

--
W
 
robertwessel2 at (no spam) yahoo.com...
Posted: Wed Oct 28, 2009 10:48 pm
Guest
On Oct 28, 4:05 am, "W" <persistent... at (no spam) spamarrest.com> wrote:
Quote:
Is there any Windows backup software that will boot a server on a schedule,
and then take control *before Windows boots* to make an image backup of the
boot device, prior to handing off control to Windows?    We want to bypass
any possibility of a file being locked during use while Windows is booted..


If you can automate the reboot (presumably with shutdown), you should
be able to boot to an alternate partition. You'll need to install an
appropriate OS in the alternate partition, and one of the many boot
loaders. You can even do it with diskpart (IOW, reassign which
partition is active), but that's a bit manual.

One the alternate partition is booted, you should be able to image
backup the WS partition without trouble.
 
Maxim S. Shatskih...
Posted: Thu Oct 29, 2009 2:47 am
Guest
All modern and decent Windows backup software products use snapshots and thus are free from issues with locked files.

--
Maxim S. Shatskih
Windows DDK MVP
maxim at (no spam) storagecraft.com
http://www.storagecraft.com

"W" <persistentone at (no spam) spamarrest.com> wrote in message news:mo6dnaHiXZDrlHXXnZ2dnUVZ_tSdnZ2d at (no spam) giganews.com...
Quote:
Is there any Windows backup software that will boot a server on a schedule,
and then take control *before Windows boots* to make an image backup of the
boot device, prior to handing off control to Windows? We want to bypass
any possibility of a file being locked during use while Windows is booted.

--
W

 
W...
Posted: Thu Oct 29, 2009 5:15 am
Guest
"Maxim S. Shatskih" <maxim at (no spam) storagecraft.com.no.spam> wrote in message
news:hcahln$141p$1 at (no spam) news.mtu.ru...
All modern and decent Windows backup software products use snapshots and
thus are free from issues with locked files.

When you restore registry files to a boot Windows system, or try to restore
a database file to a working database, you inevitably do run into those
issues. Yes, there are APIs that can be used to take safe snapshots, but
inevitably there are some things on a drive that don't get backed up
correctly.

Booting from a separate OS and imaging the disk is 99.99% reliable and you
never run into those kinds of issues.

--
W


"W" <persistentone at (no spam) spamarrest.com> wrote in message
news:mo6dnaHiXZDrlHXXnZ2dnUVZ_tSdnZ2d at (no spam) giganews.com...
Quote:
Is there any Windows backup software that will boot a server on a
schedule,
and then take control *before Windows boots* to make an image backup of
the
boot device, prior to handing off control to Windows? We want to bypass
any possibility of a file being locked during use while Windows is booted.

--
W
 
W...
Posted: Thu Oct 29, 2009 5:15 am
Guest
Installing and maintaning a new OS for every computer you want to backup is
a lot of extra work.

We typically have been booting from a bootable CD to do image backups, and
were were just hoping to better automate the whole process.

--
W

<robertwessel2 at (no spam) yahoo.com> wrote in message
news:a1d8f354-f6ee-47ae-a64c-4fae1e1cd35a at (no spam) a32g2000yqm.googlegroups.com...
On Oct 28, 4:05 am, "W" <persistent... at (no spam) spamarrest.com> wrote:
Quote:
Is there any Windows backup software that will boot a server on a
schedule,
and then take control *before Windows boots* to make an image backup of
the
boot device, prior to handing off control to Windows? We want to bypass
any possibility of a file being locked during use while Windows is booted.


If you can automate the reboot (presumably with shutdown), you should
be able to boot to an alternate partition. You'll need to install an
appropriate OS in the alternate partition, and one of the many boot
loaders. You can even do it with diskpart (IOW, reassign which
partition is active), but that's a bit manual.

One the alternate partition is booted, you should be able to image
backup the WS partition without trouble.
 
robertwessel2 at (no spam) yahoo.com...
Posted: Thu Oct 29, 2009 5:24 am
Guest
On Oct 28, 9:58 pm, "W" <persistent... at (no spam) spamarrest.com> wrote:
Quote:
Installing and maintaning a new OS for every computer you want to backup is
a lot of extra work.

We typically have been booting from a bootable CD to do image backups, and
were were just hoping to better automate the whole process.


Please don't top-post.

You could install whatever's on the bootable CD onto the "backup OS"
partition.
 
Maxim S. Shatskih...
Posted: Thu Oct 29, 2009 7:20 pm
Guest
Quote:
issues. Yes, there are APIs that can be used to take safe snapshots, but
inevitably there are some things on a drive that don't get backed up
correctly.

Not in my experience. OS itself, NTDS, Ex's EDB databases - all is fine if using VSS even under heavy load.

I routinely "reinstall" Windows by restoring the image backup, Windows - with its registry - works fine after it.

Quote:
Booting from a separate OS and imaging the disk is 99.99% reliable and you

Do you know that with modern (Vista+) OS you will _nearly inevitably_ have some exclusively locked files, even on volumes other them SystemRoot. The VolSnap.sys driver opens some files in the \System Volume Information\{guid} directory immediately at volume mount and hold them open forever.

--
Maxim S. Shatskih
Windows DDK MVP
maxim at (no spam) storagecraft.com
http://www.storagecraft.com
 
W...
Posted: Fri Oct 30, 2009 9:26 am
Guest
"Maxim S. Shatskih" <maxim at (no spam) storagecraft.com.no.spam> wrote in message
news:hccbsh$1s7q$1 at (no spam) news.mtu.ru...
<Do you know that with modern (Vista+) OS you will _nearly inevitably_ have
some exclusively locked files, even on volumes other <them SystemRoot. The
VolSnap.sys driver opens some files in the \System Volume Information\{guid}
directory immediately at <volume mount and hold them open forever.

That's exactly why we like to boot from a different partition (or boot CD)
so that *no files* on the target partition are locked.

--
W
 
Maxim S. Shatskih...
Posted: Fri Oct 30, 2009 2:32 pm
Guest
Quote:
Do you know that with modern (Vista+) OS you will _nearly inevitably_ have
some exclusively locked files, even on volumes other <them SystemRoot. The
VolSnap.sys driver opens some files in the \System Volume Information\{guid}
directory immediately at <volume mount and hold them open forever.

That's exactly why we like to boot from a different partition (or boot CD)
so that *no files* on the target partition are locked.

Note the above: "even on volumes other then SystemRoot". Separate partition will not solve all your problems.

With modern Windows, snapshots (i.e. VSS) are the _only reliable_ mean of backup. And, with VSS, no need to reboot the server, causing downtime.

There are products like ShadowProtect IT Edition which even do not require _installation_ on the server, not to say reboot. You insert the CD, you ensure that the backup storage is connected and OK, and you run an app off the CD which does not require installation. Done.

There are several such products on the market, all working without a downtime to the server.

--
Maxim S. Shatskih
Windows DDK MVP
maxim at (no spam) storagecraft.com
http://www.storagecraft.com
 
 
Page 1 of 1    
All times are GMT
The time now is Wed Nov 25, 2009 4:42 am