<?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: Back Up (Some Of) That Local Data!</title>
	<atom:link href="http://scottbilas.com/blog/back-up-some-of-that-local-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://scottbilas.com/blog/back-up-some-of-that-local-data/</link>
	<description>Take what you want, and leave the rest (just like your salad bar).</description>
	<lastBuildDate>Tue, 09 Mar 2010 20:13:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Simon Cooke</title>
		<link>http://scottbilas.com/blog/back-up-some-of-that-local-data/comment-page-1/#comment-75</link>
		<dc:creator>Simon Cooke</dc:creator>
		<pubDate>Mon, 12 Jan 2009 19:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://scottbilas.wordpress.com/2009/01/06/back-up-some-of-that-local-data/#comment-75</guid>
		<description>The way I designed a system like this to work for Surreal was to have a little C# app that would run daily (at about 2am).

This would parse out a config file, which would tell the server which machines to backup, what file types it was allowed to backup, and where the backups should go.

It would then go out to each machine (with admin privs) and access the LanMan C drive share on each machine (eg. \\dev-scooke\C$) - of course, having admin privs, it could poke around as much as it liked.

On each machine in the root of C was another config file, specifying what the user wanted to copy (ie. which folders), and whether they wanted an email on success, on failure, and what their email address was.

The server would parse this file, and then it would use Robocopy in backup mode to backup their files in low-network utilization mode. It would then RAR all those files up to a RAR file.

It&#039;d also keep historical backups for a few days. Worked quite well - except when people had immensely nested files and explorer would have issues reading folders with filename &amp; path combos with more than 256 characters. (Which is weird, because NTFS supported it).</description>
		<content:encoded><![CDATA[<p>The way I designed a system like this to work for Surreal was to have a little C# app that would run daily (at about 2am).</p>
<p>This would parse out a config file, which would tell the server which machines to backup, what file types it was allowed to backup, and where the backups should go.</p>
<p>It would then go out to each machine (with admin privs) and access the LanMan C drive share on each machine (eg. \\dev-scooke\C$) &#8211; of course, having admin privs, it could poke around as much as it liked.</p>
<p>On each machine in the root of C was another config file, specifying what the user wanted to copy (ie. which folders), and whether they wanted an email on success, on failure, and what their email address was.</p>
<p>The server would parse this file, and then it would use Robocopy in backup mode to backup their files in low-network utilization mode. It would then RAR all those files up to a RAR file.</p>
<p>It&#8217;d also keep historical backups for a few days. Worked quite well &#8211; except when people had immensely nested files and explorer would have issues reading folders with filename &amp; path combos with more than 256 characters. (Which is weird, because NTFS supported it).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
