<?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: Backup Strategy &#8211; From a Panic Model to WHS</title> <atom:link href="http://www.mswhs.com/2009/11/backup-strategy-from-a-panic-model-to-whs/feed/" rel="self" type="application/rss+xml" /><link>http://www.mswhs.com/2009/11/backup-strategy-from-a-panic-model-to-whs/</link> <description></description> <lastBuildDate>Tue, 22 May 2012 02:23:14 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: Dan Kothlow</title><link>http://www.mswhs.com/2009/11/backup-strategy-from-a-panic-model-to-whs/comment-page-1/#comment-11562</link> <dc:creator>Dan Kothlow</dc:creator> <pubDate>Wed, 11 Nov 2009 16:36:03 +0000</pubDate> <guid
isPermaLink="false">http://mswhs.wordpress.com/2009/11/10/backup-strategy-from-a-panic-model-to-whs/#comment-11562</guid> <description>I use a scheduled task that runs daily to an external HDD that is not added to WHS to backup certain shares. This does provide some measure of protection against deletions
from the normal shares.
Batch file follows -SET overall=%time%
REM Copy the WHS “shares” folder to external drive O:
echo _________________________________________ &gt;&gt; O:\BackupLog.txt
echo %date% -  %time% &gt;&gt; O:\BackupLog.txt
echo Users Share &gt;&gt; O:\BackupLog.txt
XCopy D:\shares\users O:\Shares\users /D /E /V /C /I /G /H /R /K /X /Y &gt;&gt; O:\BackupLog.txt
echo Backup &gt;&gt; O:\BackupLog.txt
XCopy D:\shares\Third\Backup O:\Shares\Third\Backup /D /E /V /C /I /G /H /R /K /X /Y &gt;&gt; O:\BackupLog.txt
echo Photos &gt;&gt; O:\BackupLog.txt
XCopy D:\shares\Photos O:\Shares\Photos /D /E /V /C /I /G /H /R /K /X /Y &gt;&gt; O:\BackupLog.txt
echo Videos &gt;&gt; O:\BackupLog.txt
XCopy D:\shares\Videos O:\Shares\Videos /D /E /V /C /I /G /H /R /K /X /Y &gt;&gt; O:\BackupLog.txt
echo Music &gt;&gt; O:\BackupLog.txt
XCopy D:\shares\Music O:\Shares\Music /D /E /V /C /I /G /H /R /K /X /Y &gt;&gt; O:\BackupLog.txtecho Started Run on %date% - Started at %overall% - Finished at %time%  &gt;&gt; O:\Log.txt</description> <content:encoded><![CDATA[<p>I use a scheduled task that runs daily to an external HDD that is not added to WHS to backup certain shares. This does provide some measure of protection against deletions<br
/> from the normal shares.<br
/> Batch file follows -</p><p>SET overall=%time%<br
/> REM Copy the WHS “shares” folder to external drive O:<br
/> echo _________________________________________ &gt;&gt; O:\BackupLog.txt<br
/> echo %date% &#8211;  %time% &gt;&gt; O:\BackupLog.txt<br
/> echo Users Share &gt;&gt; O:\BackupLog.txt<br
/> XCopy D:\shares\users O:\Shares\users /D /E /V /C /I /G /H /R /K /X /Y &gt;&gt; O:\BackupLog.txt<br
/> echo Backup &gt;&gt; O:\BackupLog.txt<br
/> XCopy D:\shares\Third\Backup O:\Shares\Third\Backup /D /E /V /C /I /G /H /R /K /X /Y &gt;&gt; O:\BackupLog.txt<br
/> echo Photos &gt;&gt; O:\BackupLog.txt<br
/> XCopy D:\shares\Photos O:\Shares\Photos /D /E /V /C /I /G /H /R /K /X /Y &gt;&gt; O:\BackupLog.txt<br
/> echo Videos &gt;&gt; O:\BackupLog.txt<br
/> XCopy D:\shares\Videos O:\Shares\Videos /D /E /V /C /I /G /H /R /K /X /Y &gt;&gt; O:\BackupLog.txt<br
/> echo Music &gt;&gt; O:\BackupLog.txt<br
/> XCopy D:\shares\Music O:\Shares\Music /D /E /V /C /I /G /H /R /K /X /Y &gt;&gt; O:\BackupLog.txt</p><p>echo Started Run on %date% &#8211; Started at %overall% &#8211; Finished at %time%  &gt;&gt; O:\Log.txt</p> ]]></content:encoded> </item> <item><title>By: Bob Crook</title><link>http://www.mswhs.com/2009/11/backup-strategy-from-a-panic-model-to-whs/comment-page-1/#comment-11561</link> <dc:creator>Bob Crook</dc:creator> <pubDate>Wed, 11 Nov 2009 14:36:52 +0000</pubDate> <guid
isPermaLink="false">http://mswhs.wordpress.com/2009/11/10/backup-strategy-from-a-panic-model-to-whs/#comment-11561</guid> <description>If you make up a spare WHS you can use your spare computer to load different OSes for testing or whatever, and simply restore to whatever you need.  I also have an additional spare WHS  that I use on service calls so that I can backup clients&#039; servers or computers prior to making changes. (This Service Call WHS has backups of servers and computers already so that the &quot;new&quot; backups are only of different files and folders making it very fast.)</description> <content:encoded><![CDATA[<p>If you make up a spare WHS you can use your spare computer to load different OSes for testing or whatever, and simply restore to whatever you need.  I also have an additional spare WHS  that I use on service calls so that I can backup clients&#8217; servers or computers prior to making changes. (This Service Call WHS has backups of servers and computers already so that the &#8220;new&#8221; backups are only of different files and folders making it very fast.)</p> ]]></content:encoded> </item> <item><title>By: Blaine D.</title><link>http://www.mswhs.com/2009/11/backup-strategy-from-a-panic-model-to-whs/comment-page-1/#comment-11560</link> <dc:creator>Blaine D.</dc:creator> <pubDate>Tue, 10 Nov 2009 17:06:52 +0000</pubDate> <guid
isPermaLink="false">http://mswhs.wordpress.com/2009/11/10/backup-strategy-from-a-panic-model-to-whs/#comment-11560</guid> <description>I agree that the automatic backup features of WHS are one of the main reasons to have a home server.  Apart from failed disks, I frequently find that I need to revert files on my PC back to a prior version.  For example, sometimes a project will accidentally get deleted. Or a file will get overwritten with edits that you later decide you don&#039;t want. Or you might find a program/driver that gets installed and causes problems to the system. In all these cases it is nice to be able to either pull individual files or even a full back-up from some time in the past.However, this also points out a shortcoming in a feature of WHS: Duplication of shared folders.  With WHS, you can have a centralized repository of photos, documents, videos, etc.  WHS has a nice feature where shared folders are duplicated.  The only problem is it is a duplication of the current state without backups of prior states. That&#039;s helpful if a disk fails (much like RAID), but it isn&#039;t useful if I accidentally clobber a file on the WHS.For example, let&#039;s say someone decides to go through and crop all my photos in the shared folders.  Or I mess up something with tagging or other edits.  Or I overwrite a critical document... in all cases, unless I am able to catch something before the DE migration process kicks in, I now have two copies of my mistake with no recovery.I hope that Microsoft is thinking about this scenario in future iterations of WHS. Or perhaps there is a solution today with versioning? I know I can do backups of shared folders, but that is a manual process.  So anyone have a suggestion on this scenario?</description> <content:encoded><![CDATA[<p>I agree that the automatic backup features of WHS are one of the main reasons to have a home server.  Apart from failed disks, I frequently find that I need to revert files on my PC back to a prior version.  For example, sometimes a project will accidentally get deleted. Or a file will get overwritten with edits that you later decide you don&#8217;t want. Or you might find a program/driver that gets installed and causes problems to the system. In all these cases it is nice to be able to either pull individual files or even a full back-up from some time in the past.</p><p>However, this also points out a shortcoming in a feature of WHS: Duplication of shared folders.  With WHS, you can have a centralized repository of photos, documents, videos, etc.  WHS has a nice feature where shared folders are duplicated.  The only problem is it is a duplication of the current state without backups of prior states. That&#8217;s helpful if a disk fails (much like RAID), but it isn&#8217;t useful if I accidentally clobber a file on the WHS.</p><p>For example, let&#8217;s say someone decides to go through and crop all my photos in the shared folders.  Or I mess up something with tagging or other edits.  Or I overwrite a critical document&#8230; in all cases, unless I am able to catch something before the DE migration process kicks in, I now have two copies of my mistake with no recovery.</p><p>I hope that Microsoft is thinking about this scenario in future iterations of WHS. Or perhaps there is a solution today with versioning? I know I can do backups of shared folders, but that is a manual process.  So anyone have a suggestion on this scenario?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 29/33 queries in 0.008 seconds using disk: basic
Object Caching 386/386 objects using disk: basic
Content Delivery Network via Amazon Web Services: CloudFront: cdn4.mswhs.com

Served from: www.mswhs.com @ 2012-05-25 15:26:00 -->
