<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Scheduled Backup to RDX / RD1000 with SBS 2008 and wbadmin</title>
	<atom:link href="http://www.css-networks.com/2009/01/scheduled-backup-to-rdx-rd1000-with-sbs-2008-and-wbadmin.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.css-networks.com/2009/01/scheduled-backup-to-rdx-rd1000-with-sbs-2008-and-wbadmin.html</link>
	<description>Carl's blog about stuff</description>
	<lastBuildDate>Sat, 10 Jul 2010 18:06:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: madods</title>
		<link>http://www.css-networks.com/2009/01/scheduled-backup-to-rdx-rd1000-with-sbs-2008-and-wbadmin.html/comment-page-1#comment-1531</link>
		<dc:creator>madods</dc:creator>
		<pubDate>Fri, 02 Jul 2010 02:46:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=338#comment-1531</guid>
		<description>I just want to confirm I&#039;m creating the .bks file correctly. The only item I have ticked when I select what to back up is &#039;Microsoft Exchange Server &gt; ServerName &gt; Microsoft Information Store&#039;. Will this include ALL Exchange data?</description>
		<content:encoded><![CDATA[<p>I just want to confirm I&#8217;m creating the .bks file correctly. The only item I have ticked when I select what to back up is &#8216;Microsoft Exchange Server &gt; ServerName &gt; Microsoft Information Store&#8217;. Will this include ALL Exchange data?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: B Steingraber</title>
		<link>http://www.css-networks.com/2009/01/scheduled-backup-to-rdx-rd1000-with-sbs-2008-and-wbadmin.html/comment-page-1#comment-1149</link>
		<dc:creator>B Steingraber</dc:creator>
		<pubDate>Tue, 25 May 2010 20:22:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=338#comment-1149</guid>
		<description>Hi,
i&#039;m trying to implement this script but every time I try to run it, it fails with the following entry in the log:

***** Starting Data and System files backup  
wbadmin 1.0 - Backup command-line tool
(C) Copyright 2004 Microsoft Corp.

ERROR - Access denied. You must be a member of the Administrators group or 
Backup Operators group to use Windows Server Backup.  In addition, you must 
run WBADMIN from an elevated command prompt. (To open an elevated command 
prompt, click Start, right-click Command Prompt, and then click Run 
as administrator.)
*******************
I am running it as Domain\Administrator

What am I doing wrong?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
i&#8217;m trying to implement this script but every time I try to run it, it fails with the following entry in the log:</p>
<p>***** Starting Data and System files backup<br />
wbadmin 1.0 &#8211; Backup command-line tool<br />
(C) Copyright 2004 Microsoft Corp.</p>
<p>ERROR &#8211; Access denied. You must be a member of the Administrators group or<br />
Backup Operators group to use Windows Server Backup.  In addition, you must<br />
run WBADMIN from an elevated command prompt. (To open an elevated command<br />
prompt, click Start, right-click Command Prompt, and then click Run<br />
as administrator.)<br />
*******************<br />
I am running it as Domain\Administrator</p>
<p>What am I doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ger Donohhue</title>
		<link>http://www.css-networks.com/2009/01/scheduled-backup-to-rdx-rd1000-with-sbs-2008-and-wbadmin.html/comment-page-1#comment-819</link>
		<dc:creator>Ger Donohhue</dc:creator>
		<pubDate>Wed, 16 Dec 2009 12:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=338#comment-819</guid>
		<description>Carl

Task Scheduler has the option to add an simple email event after tasks have completed in 2008.</description>
		<content:encoded><![CDATA[<p>Carl</p>
<p>Task Scheduler has the option to add an simple email event after tasks have completed in 2008.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Farrington</title>
		<link>http://www.css-networks.com/2009/01/scheduled-backup-to-rdx-rd1000-with-sbs-2008-and-wbadmin.html/comment-page-1#comment-816</link>
		<dc:creator>Carl Farrington</dc:creator>
		<pubDate>Mon, 07 Dec 2009 19:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=338#comment-816</guid>
		<description>Hi James. I haven&#039;t seen that script before, but a couple of observations:
I used %date% and %time% instead of grepping the output of date /t.
The Net stop/start Removable Storage &amp; RSM refresh stuff is just for tape drives, and is necessary only because RSM is unreliable and needs refreshing god knows how many times else tape backups can fail.
Sleep doesn&#039;t exist as a win32 command as far as I know. I would use ping -t 30 &gt;NUL instead (for a 30sec pause). It has the same effect, except that we don&#039;t need to sleep anyway, because we&#039;re not trying to fix a broken RSM refresh on a tape drive.

So I can&#039;t really see much to combine. Other than adding a blat line at the end for emailing, which is something that I do anyway, although it&#039;s not in the example above.</description>
		<content:encoded><![CDATA[<p>Hi James. I haven&#8217;t seen that script before, but a couple of observations:<br />
I used %date% and %time% instead of grepping the output of date /t.<br />
The Net stop/start Removable Storage &#038; RSM refresh stuff is just for tape drives, and is necessary only because RSM is unreliable and needs refreshing god knows how many times else tape backups can fail.<br />
Sleep doesn&#8217;t exist as a win32 command as far as I know. I would use ping -t 30 >NUL instead (for a 30sec pause). It has the same effect, except that we don&#8217;t need to sleep anyway, because we&#8217;re not trying to fix a broken RSM refresh on a tape drive.</p>
<p>So I can&#8217;t really see much to combine. Other than adding a blat line at the end for emailing, which is something that I do anyway, although it&#8217;s not in the example above.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JamesB</title>
		<link>http://www.css-networks.com/2009/01/scheduled-backup-to-rdx-rd1000-with-sbs-2008-and-wbadmin.html/comment-page-1#comment-814</link>
		<dc:creator>JamesB</dc:creator>
		<pubDate>Fri, 04 Dec 2009 16:25:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=338#comment-814</guid>
		<description>So I like the idea of where you are going with this but let&#039;s go ahead and combine your working script with the NTBackup script many of us used based on this:

http://weblogs.asp.net/doubinski/archive/2004/07/28/199518.aspx

Now as to running the NTBackup for Exchange how supported is this going to be if you need to do a recovery?</description>
		<content:encoded><![CDATA[<p>So I like the idea of where you are going with this but let&#8217;s go ahead and combine your working script with the NTBackup script many of us used based on this:</p>
<p><a href="http://weblogs.asp.net/doubinski/archive/2004/07/28/199518.aspx" rel="nofollow">http://weblogs.asp.net/doubinski/archive/2004/07/28/199518.aspx</a></p>
<p>Now as to running the NTBackup for Exchange how supported is this going to be if you need to do a recovery?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Farrington</title>
		<link>http://www.css-networks.com/2009/01/scheduled-backup-to-rdx-rd1000-with-sbs-2008-and-wbadmin.html/comment-page-1#comment-795</link>
		<dc:creator>Carl Farrington</dc:creator>
		<pubDate>Fri, 09 Oct 2009 08:42:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=338#comment-795</guid>
		<description>Hi Joan. Maybe you did a BIOS reset on the machine, so the SATA port is disabled in the BIOS.</description>
		<content:encoded><![CDATA[<p>Hi Joan. Maybe you did a BIOS reset on the machine, so the SATA port is disabled in the BIOS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: joan</title>
		<link>http://www.css-networks.com/2009/01/scheduled-backup-to-rdx-rd1000-with-sbs-2008-and-wbadmin.html/comment-page-1#comment-793</link>
		<dc:creator>joan</dc:creator>
		<pubDate>Mon, 05 Oct 2009 21:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=338#comment-793</guid>
		<description>Hi Carl:

Im a newbie to SSB 2008. Last week we had a disaster and restored everything back using our external drive back up. We uses Rd1000 for weekly off site back up. After the recovery, the rd1000 is not on the system anymore. I tried re-installing the rd1000 software, scan new hardware but still it wont recognize the rd 1000. Any tricks for the sbs 08 to recognize tthis hw?

thanks in advance,
joan</description>
		<content:encoded><![CDATA[<p>Hi Carl:</p>
<p>Im a newbie to SSB 2008. Last week we had a disaster and restored everything back using our external drive back up. We uses Rd1000 for weekly off site back up. After the recovery, the rd1000 is not on the system anymore. I tried re-installing the rd1000 software, scan new hardware but still it wont recognize the rd 1000. Any tricks for the sbs 08 to recognize tthis hw?</p>
<p>thanks in advance,<br />
joan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carl Farrington</title>
		<link>http://www.css-networks.com/2009/01/scheduled-backup-to-rdx-rd1000-with-sbs-2008-and-wbadmin.html/comment-page-1#comment-732</link>
		<dc:creator>Carl Farrington</dc:creator>
		<pubDate>Wed, 27 May 2009 09:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=338#comment-732</guid>
		<description>Hi Andrew. The NTBackup is just for Exchange. I think it doesn&#039;t work for VSS, so you have to make sure you are only backing up the Exchange IS, not System State or any other files.</description>
		<content:encoded><![CDATA[<p>Hi Andrew. The NTBackup is just for Exchange. I think it doesn&#8217;t work for VSS, so you have to make sure you are only backing up the Exchange IS, not System State or any other files.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.css-networks.com/2009/01/scheduled-backup-to-rdx-rd1000-with-sbs-2008-and-wbadmin.html/comment-page-1#comment-731</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 27 May 2009 09:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=338#comment-731</guid>
		<description>Ok, I have replaced the recommended NTBackup with the older version. Now Job is avaiable. However, it doesn&#039;t work again. Now the problem is shadow copy:
------------------------------------------------------
Backup Status
Operation: Backup
Active backup destination: File
Media name: &quot;BackupData.bkf created 27/05/2009 at 7:33 PM&quot;

Timeout before function completed

Error returned while creating the volume shadow copy:ffffffff
Aborting Backup.

----------------------

The operation did not successfully complete.

----------------------

The option for Shadow copy is in gray (so I can not tick it) 

I would be very appreciate for good advice.
Thanks</description>
		<content:encoded><![CDATA[<p>Ok, I have replaced the recommended NTBackup with the older version. Now Job is avaiable. However, it doesn&#8217;t work again. Now the problem is shadow copy:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
Backup Status<br />
Operation: Backup<br />
Active backup destination: File<br />
Media name: &#8220;BackupData.bkf created 27/05/2009 at 7:33 PM&#8221;</p>
<p>Timeout before function completed</p>
<p>Error returned while creating the volume shadow copy:ffffffff<br />
Aborting Backup.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>The operation did not successfully complete.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>The option for Shadow copy is in gray (so I can not tick it) </p>
<p>I would be very appreciate for good advice.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.css-networks.com/2009/01/scheduled-backup-to-rdx-rd1000-with-sbs-2008-and-wbadmin.html/comment-page-1#comment-727</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Sat, 23 May 2009 02:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.css-networks.com/?p=338#comment-727</guid>
		<description>Whell, the answer for the first part of previous message is YES. Task scheduler has no complains now. However, backup still not working properly. Event log gives an error 8017 &quot;Command Line Problem: A valid backup operation was not specified on the command line.&quot;  :(
Here is information about NTBackup crach:
Problem signature:
  Problem Event Name:	APPCRASH
  Application Name:	ntbackup.exe
  Application Version:	5.2.3790.3959
  Application Timestamp:	45d693ec
  Fault Module Name:	StackHash_52d4
  Fault Module Version:	6.0.6001.18000
  Fault Module Timestamp:	4791adec
  Exception Code:	c0000374
  Exception Offset:	00000000000a6e97
  OS Version:	6.0.6001.2.1.0.305.9
  Locale ID:	3081
  Additional Information 1:	52d4
  Additional Information 2:	b38d3df985bfb7662837be2eb472cc12
  Additional Information 3:	5e8e
  Additional Information 4:	9fd5a6e5bb46f376718099cb96955150


Cheers</description>
		<content:encoded><![CDATA[<p>Whell, the answer for the first part of previous message is YES. Task scheduler has no complains now. However, backup still not working properly. Event log gives an error 8017 &#8220;Command Line Problem: A valid backup operation was not specified on the command line.&#8221;  <img src='http://www.css-networks.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
Here is information about NTBackup crach:<br />
Problem signature:<br />
  Problem Event Name:	APPCRASH<br />
  Application Name:	ntbackup.exe<br />
  Application Version:	5.2.3790.3959<br />
  Application Timestamp:	45d693ec<br />
  Fault Module Name:	StackHash_52d4<br />
  Fault Module Version:	6.0.6001.18000<br />
  Fault Module Timestamp:	4791adec<br />
  Exception Code:	c0000374<br />
  Exception Offset:	00000000000a6e97<br />
  OS Version:	6.0.6001.2.1.0.305.9<br />
  Locale ID:	3081<br />
  Additional Information 1:	52d4<br />
  Additional Information 2:	b38d3df985bfb7662837be2eb472cc12<br />
  Additional Information 3:	5e8e<br />
  Additional Information 4:	9fd5a6e5bb46f376718099cb96955150</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
