<?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 for IT Errors and Solutions Blog</title>
	<atom:link href="http://rofeld.com/wordpress/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://rofeld.com/wordpress</link>
	<description>It is all about IT.... :)</description>
	<lastBuildDate>Tue, 03 Aug 2010 05:23:26 -0700</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on One or more activex controls could not be displayed in Outlook by Stanley</title>
		<link>http://rofeld.com/wordpress/?p=37&#038;cpage=1#comment-6175</link>
		<dc:creator>Stanley</dc:creator>
		<pubDate>Tue, 03 Aug 2010 05:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://rofeld.com/wordpress/?p=37#comment-6175</guid>
		<description>Exactly what I needed it to do! Excellent!</description>
		<content:encoded><![CDATA[<p>Exactly what I needed it to do! Excellent!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No mouse within Win2K3 after converting from Microsoft image to VMWare by Hilarious</title>
		<link>http://rofeld.com/wordpress/?p=171&#038;cpage=1#comment-5191</link>
		<dc:creator>Hilarious</dc:creator>
		<pubDate>Thu, 20 May 2010 13:58:31 +0000</pubDate>
		<guid isPermaLink="false">http://rofeld.com/wordpress/?p=171#comment-5191</guid>
		<description>Do you have an update for VMware that works in windows 7 and for new version of Linux?

- hilarious man</description>
		<content:encoded><![CDATA[<p>Do you have an update for VMware that works in windows 7 and for new version of Linux?</p>
<p>- hilarious man</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on No mouse within Win2K3 after converting from Microsoft image to VMWare by Sikat ang Pinoy</title>
		<link>http://rofeld.com/wordpress/?p=171&#038;cpage=1#comment-3345</link>
		<dc:creator>Sikat ang Pinoy</dc:creator>
		<pubDate>Sat, 06 Feb 2010 14:18:29 +0000</pubDate>
		<guid isPermaLink="false">http://rofeld.com/wordpress/?p=171#comment-3345</guid>
		<description>I always use vmware server in linux and no problems encountered.</description>
		<content:encoded><![CDATA[<p>I always use vmware server in linux and no problems encountered.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My experience with using MozyPro backup (mozy blog) by alan</title>
		<link>http://rofeld.com/wordpress/?p=18&#038;cpage=1#comment-1653</link>
		<dc:creator>alan</dc:creator>
		<pubDate>Wed, 26 Aug 2009 14:59:11 +0000</pubDate>
		<guid isPermaLink="false">http://rofeld.com/wordpress/?p=18#comment-1653</guid>
		<description>I have had problems with exchange and other big backups restarting. It is very frustrating.  However, I was using v1.8.8 and I found a fix that worked for me using robocopy...see below.  I&#039;ll report back on the exchange issue after I update.

The tech support at mozy recommends to use the most recent version of the software.  There on 1.14 now.  I am going to try that to see what happens.

I had luck getting the backups to not restart with full backups, though.  I copied the files to a temporary location on the hard drive and then backing up that directory using mozy (i feel this increased the data integrity since users wouldn&#039;t be changing files during the backup.  I have a big prog on the server that stores everything in tiny files, rather than a database file).

Here&#039;s my robocopy script: 

The source is the E drive and the destination is the G drive. 

robocopy /TEE /S /E /COPYALL /NP /R:0 /W:1 /b /LOG:G:\BACKUPLOG.TXT &quot;e:&quot; &quot;g:&quot; 
/XD &quot;e:\system volume information&quot; /XD &quot;e:\recoverybin&quot; /XD &quot;e:\recycler&quot; 


******** 
Notes: 
Warning: The /E switch mirrors the source directory to the destination. Therefore, it will delete anything in the destination directory that doesn&#039;t exist in the source directory. THIS COULD RESULT IN DATA LOSS, IF NOT EXECUTED PROPERLY. 
1. If copying from one drive or partition to another, check the security permissions on the drive/partition. 
2. /XD excludes certain files. The ones excluded below are operating system files. 
3. Robocopy download: http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&amp;displaylang=en 
********</description>
		<content:encoded><![CDATA[<p>I have had problems with exchange and other big backups restarting. It is very frustrating.  However, I was using v1.8.8 and I found a fix that worked for me using robocopy&#8230;see below.  I&#8217;ll report back on the exchange issue after I update.</p>
<p>The tech support at mozy recommends to use the most recent version of the software.  There on 1.14 now.  I am going to try that to see what happens.</p>
<p>I had luck getting the backups to not restart with full backups, though.  I copied the files to a temporary location on the hard drive and then backing up that directory using mozy (i feel this increased the data integrity since users wouldn&#8217;t be changing files during the backup.  I have a big prog on the server that stores everything in tiny files, rather than a database file).</p>
<p>Here&#8217;s my robocopy script: </p>
<p>The source is the E drive and the destination is the G drive. </p>
<p>robocopy /TEE /S /E /COPYALL /NP /R:0 /W:1 /b /LOG:G:\BACKUPLOG.TXT &#8220;e:&#8221; &#8220;g:&#8221;<br />
/XD &#8220;e:\system volume information&#8221; /XD &#8220;e:\recoverybin&#8221; /XD &#8220;e:\recycler&#8221; </p>
<p>********<br />
Notes:<br />
Warning: The /E switch mirrors the source directory to the destination. Therefore, it will delete anything in the destination directory that doesn&#8217;t exist in the source directory. THIS COULD RESULT IN DATA LOSS, IF NOT EXECUTED PROPERLY.<br />
1. If copying from one drive or partition to another, check the security permissions on the drive/partition.<br />
2. /XD excludes certain files. The ones excluded below are operating system files.<br />
3. Robocopy download: <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&amp;displaylang=en" rel="nofollow">http://www.microsoft.com/downloads/details.aspx?FamilyID=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&amp;displaylang=en</a><br />
********</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My experience with using MozyPro backup (mozy blog) by Josh</title>
		<link>http://rofeld.com/wordpress/?p=18&#038;cpage=1#comment-798</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Wed, 15 Apr 2009 22:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://rofeld.com/wordpress/?p=18#comment-798</guid>
		<description>We are a MozyPro reseller and it has not been working right for us since we&#039;ve started.  The biggest problem we have is backing up Exchange stores NEVER completes.  On some the backup will restart over and over again.  On others, the backup will fail saying that it could not communicate with the Mozy servers, even though none of these sites are experiencing any internet connection issues.  I&#039;ve just recently discovered that we can not trust the email reports either, as we have some clients that show have been backed up within the past few hours, but when i log into the server there hasn&#039;t been a successful backup in weeks.  I have been going back and forth with tech support for as long as i can remember.  Each time the tech gives up and supposedly escalates me to someone who is more knowledgeable, but that person simply asks me to repeat the same useless steps over again (e.g. Please run a tracert, please uninstall and reinstall Mozy, etc.).  At this point we are looking for someone else to move our customers to, as it is quite apparent that Mozy is never going to perform as advertised, and tech support simply doesn&#039;t care.</description>
		<content:encoded><![CDATA[<p>We are a MozyPro reseller and it has not been working right for us since we&#8217;ve started.  The biggest problem we have is backing up Exchange stores NEVER completes.  On some the backup will restart over and over again.  On others, the backup will fail saying that it could not communicate with the Mozy servers, even though none of these sites are experiencing any internet connection issues.  I&#8217;ve just recently discovered that we can not trust the email reports either, as we have some clients that show have been backed up within the past few hours, but when i log into the server there hasn&#8217;t been a successful backup in weeks.  I have been going back and forth with tech support for as long as i can remember.  Each time the tech gives up and supposedly escalates me to someone who is more knowledgeable, but that person simply asks me to repeat the same useless steps over again (e.g. Please run a tracert, please uninstall and reinstall Mozy, etc.).  At this point we are looking for someone else to move our customers to, as it is quite apparent that Mozy is never going to perform as advertised, and tech support simply doesn&#8217;t care.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My experience with using MozyPro backup (mozy blog) by databasemind</title>
		<link>http://rofeld.com/wordpress/?p=18&#038;cpage=1#comment-215</link>
		<dc:creator>databasemind</dc:creator>
		<pubDate>Thu, 19 Jun 2008 21:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://rofeld.com/wordpress/?p=18#comment-215</guid>
		<description>6 month later from my original post, I&#039;m planning on dumping MozyPro.

I have been having issues with MozyPro backup for past 4 month. I have contacted support many times, but issues with mozy back up still not resolved and as usual, you never hear back from mozy support team. They only assure you that everything is fine and nothing to worry about.

In last 2 month of communication with Mozy, I did send email directly to Mozy&#039;s Director of Support Operations, David D.

I got replies from him with promise to follow up on the issue, but.... never heard back...

At this point I&#039;m thinking on switching to iDrive or any other remote back up solution.

Only problem is for me that I&#039;m backing up 300 GB of data and to switch to a different solution and back up 300 GB over internet again would take me about 3-4 weeks.

But at this point I have no other choice due to Mozy not being reliable back up solution and Mozy&#039;s customer service being worth I have ever experienced.</description>
		<content:encoded><![CDATA[<p>6 month later from my original post, I&#8217;m planning on dumping MozyPro.</p>
<p>I have been having issues with MozyPro backup for past 4 month. I have contacted support many times, but issues with mozy back up still not resolved and as usual, you never hear back from mozy support team. They only assure you that everything is fine and nothing to worry about.</p>
<p>In last 2 month of communication with Mozy, I did send email directly to Mozy&#8217;s Director of Support Operations, David D.</p>
<p>I got replies from him with promise to follow up on the issue, but&#8230;. never heard back&#8230;</p>
<p>At this point I&#8217;m thinking on switching to iDrive or any other remote back up solution.</p>
<p>Only problem is for me that I&#8217;m backing up 300 GB of data and to switch to a different solution and back up 300 GB over internet again would take me about 3-4 weeks.</p>
<p>But at this point I have no other choice due to Mozy not being reliable back up solution and Mozy&#8217;s customer service being worth I have ever experienced.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My experience with using MozyPro backup (mozy blog) by DUSA</title>
		<link>http://rofeld.com/wordpress/?p=18&#038;cpage=1#comment-175</link>
		<dc:creator>DUSA</dc:creator>
		<pubDate>Tue, 13 May 2008 15:38:40 +0000</pubDate>
		<guid isPermaLink="false">http://rofeld.com/wordpress/?p=18#comment-175</guid>
		<description>I&#039;ve used Mozy since the Fall of 07.  I have to agree - generally speaking their service is unreliable, as a backup service, NFW.  I get 1 backup a week to run if I&#039;m lucky.  You experience with support is not unique either.  I suspect the attitude is a result of the fact that they get &quot;my backup don&#039;t work&quot; calls all day long.  I&#039;m sure the techs are thinking &quot;Yep, so what&#039;s new?&quot; in the back of their minds.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used Mozy since the Fall of 07.  I have to agree &#8211; generally speaking their service is unreliable, as a backup service, NFW.  I get 1 backup a week to run if I&#8217;m lucky.  You experience with support is not unique either.  I suspect the attitude is a result of the fact that they get &#8220;my backup don&#8217;t work&#8221; calls all day long.  I&#8217;m sure the techs are thinking &#8220;Yep, so what&#8217;s new?&#8221; in the back of their minds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My experience with using MozyPro backup (mozy blog) by Paul</title>
		<link>http://rofeld.com/wordpress/?p=18&#038;cpage=1#comment-8</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Tue, 26 Feb 2008 22:26:29 +0000</pubDate>
		<guid isPermaLink="false">http://rofeld.com/wordpress/?p=18#comment-8</guid>
		<description>We&#039;ve been using it for over a year now and it&#039;s never worked properly. We upgraded our server software - Office 2000 and it&#039;s working better but it&#039;s still unreliable. It simply  fails to back up certain files within folders and for absolutely no reason. Just random unreliability. I&#039;ve been corresponding with Mozy customer service on and off for over a year now and usually they ask for details and then I never hear from them again. They are not really that concerned or even curious about what the problem might be. If we were to rely on it it would be a form of backup Russian Roulette.</description>
		<content:encoded><![CDATA[<p>We&#8217;ve been using it for over a year now and it&#8217;s never worked properly. We upgraded our server software &#8211; Office 2000 and it&#8217;s working better but it&#8217;s still unreliable. It simply  fails to back up certain files within folders and for absolutely no reason. Just random unreliability. I&#8217;ve been corresponding with Mozy customer service on and off for over a year now and usually they ask for details and then I never hear from them again. They are not really that concerned or even curious about what the problem might be. If we were to rely on it it would be a form of backup Russian Roulette.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
