<?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/"
	xmlns:series="http://unfoldingneurons.com/"
		>
<channel>
	<title>Comments on: Windows Live Mail Client = Easiest Mail Backup Ever?</title>
	<atom:link href="http://www.pcmech.com/article/windows-live-mail-client-easiest-mail-backup-ever/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pcmech.com/article/windows-live-mail-client-easiest-mail-backup-ever/</link>
	<description>Helping Normal People Get Their Geek On</description>
	<lastBuildDate>Sun, 22 Nov 2009 04:43:08 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rich Menga</title>
		<link>http://www.pcmech.com/article/windows-live-mail-client-easiest-mail-backup-ever/comment-page-1/#comment-28819</link>
		<dc:creator>Rich Menga</dc:creator>
		<pubDate>Thu, 23 Jul 2009 10:54:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/?p=6462#comment-28819</guid>
		<description>Windows Live Mail uses the same &quot;store folder&quot; type that Outlook Express does. It is identical. And if you want to find the store folder in WL Mail, that&#039;s stupidly easy. Tools, Options, Advanced, Maintenance, Store Folder. It&#039;s right there.

And if you want a way to backup all your mail without going to the store folder, use KLS Mail Backup. Google it. Free. Puts all your mail into a single ZIP that can be stored on a USB stick.</description>
		<content:encoded><![CDATA[<p>Windows Live Mail uses the same &#8220;store folder&#8221; type that Outlook Express does. It is identical. And if you want to find the store folder in WL Mail, that&#8217;s stupidly easy. Tools, Options, Advanced, Maintenance, Store Folder. It&#8217;s right there.</p>
<p>And if you want a way to backup all your mail without going to the store folder, use KLS Mail Backup. Google it. Free. Puts all your mail into a single ZIP that can be stored on a USB stick.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spaz</title>
		<link>http://www.pcmech.com/article/windows-live-mail-client-easiest-mail-backup-ever/comment-page-1/#comment-28728</link>
		<dc:creator>Spaz</dc:creator>
		<pubDate>Wed, 22 Jul 2009 20:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/?p=6462#comment-28728</guid>
		<description>This is crap and not helpful at all for Outlook Express users or anyone using a simiplified and highly efficient email program.

1. Hotmail will once be not availalbe in Outlook or Outlook Express as it is now where mail is automatically downloaded and sorted based on your hotmail settings

2. YOu can not transfer all your email to a backup file like you could in Outook Express. In Outlook Express, you create a STORE folder and then you backup your STORE Folder. With this is Vista, you have no idea where your store folder is. If running Vista or Win 7, you run into security issues if your PC is in trouble and you want to backup your or copy your folder(s) in DOS mode...yes, some of us still love and use DOS!

And Rob Sitter, whats up with all the duplicate posts?!!</description>
		<content:encoded><![CDATA[<p>This is crap and not helpful at all for Outlook Express users or anyone using a simiplified and highly efficient email program.</p>
<p>1. Hotmail will once be not availalbe in Outlook or Outlook Express as it is now where mail is automatically downloaded and sorted based on your hotmail settings</p>
<p>2. YOu can not transfer all your email to a backup file like you could in Outook Express. In Outlook Express, you create a STORE folder and then you backup your STORE Folder. With this is Vista, you have no idea where your store folder is. If running Vista or Win 7, you run into security issues if your PC is in trouble and you want to backup your or copy your folder(s) in DOS mode&#8230;yes, some of us still love and use DOS!</p>
<p>And Rob Sitter, whats up with all the duplicate posts?!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Garin</title>
		<link>http://www.pcmech.com/article/windows-live-mail-client-easiest-mail-backup-ever/comment-page-1/#comment-26631</link>
		<dc:creator>Garin</dc:creator>
		<pubDate>Tue, 23 Jun 2009 16:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/?p=6462#comment-26631</guid>
		<description>Great tip.
Is there a way to incoporate this with auto backup software?
I am trying to figure out a way that my backup of windows live mail can be done automatically daily, like I do with my other data.
Thank you.</description>
		<content:encoded><![CDATA[<p>Great tip.<br />
Is there a way to incoporate this with auto backup software?<br />
I am trying to figure out a way that my backup of windows live mail can be done automatically daily, like I do with my other data.<br />
Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Sitter</title>
		<link>http://www.pcmech.com/article/windows-live-mail-client-easiest-mail-backup-ever/comment-page-1/#comment-24854</link>
		<dc:creator>Rob Sitter</dc:creator>
		<pubDate>Thu, 21 May 2009 09:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/?p=6462#comment-24854</guid>
		<description>Oops, I meant to say --&gt;

set bp=%CD%\Backups\WindowsLiveMail

md &quot;%bp%&quot;
md &quot;%bp%\Dirs&quot;
md &quot;%bp%\Reg&quot;

robocopy &quot;%LOCALAPPDATA%\Microsoft\Windows Live Mail&quot; &quot;%bp%\Dirs&quot; /E /B
reg export &quot;hkcu\Software\Microsoft\Windows Live Mail&quot; &quot;%bp%\Reg\reg.reg&quot;

del &quot;%bp%\restore.bat&quot;
ECHO robocopy &quot;Dirs&quot; &quot;%LOCALAPPDATA%\Microsoft\Windows Live Mail&quot; /E /B&gt;&gt;&quot;%bp%\restore.bat&quot;
ECHO regedit /s &quot;Reg\reg.reg&quot;&gt;&gt;&quot;%bp%\restore.bat&quot;
ECHO pause&gt;&gt;&quot;%bp%\restore.bat&quot;</description>
		<content:encoded><![CDATA[<p>Oops, I meant to say &#8211;&gt;</p>
<p>set bp=%CD%\Backups\WindowsLiveMail</p>
<p>md &#8220;%bp%&#8221;<br />
md &#8220;%bp%\Dirs&#8221;<br />
md &#8220;%bp%\Reg&#8221;</p>
<p>robocopy &#8220;%LOCALAPPDATA%\Microsoft\Windows Live Mail&#8221; &#8220;%bp%\Dirs&#8221; /E /B<br />
reg export &#8220;hkcu\Software\Microsoft\Windows Live Mail&#8221; &#8220;%bp%\Reg\reg.reg&#8221;</p>
<p>del &#8220;%bp%\restore.bat&#8221;<br />
ECHO robocopy &#8220;Dirs&#8221; &#8220;%LOCALAPPDATA%\Microsoft\Windows Live Mail&#8221; /E /B&gt;&gt;&#8221;%bp%\restore.bat&#8221;<br />
ECHO regedit /s &#8220;Reg\reg.reg&#8221;&gt;&gt;&#8221;%bp%\restore.bat&#8221;<br />
ECHO pause&gt;&gt;&#8221;%bp%\restore.bat&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Sitter</title>
		<link>http://www.pcmech.com/article/windows-live-mail-client-easiest-mail-backup-ever/comment-page-1/#comment-24853</link>
		<dc:creator>Rob Sitter</dc:creator>
		<pubDate>Thu, 21 May 2009 09:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/?p=6462#comment-24853</guid>
		<description>Oops, I meant to say --&gt;
set bp=%CD%\Backups\WindowsLiveMail

md &quot;%bp%&quot;
md &quot;%bp%\Dirs&quot;
md &quot;%bp%\Reg&quot;

robocopy &quot;%LOCALAPPDATA%\Microsoft\Windows Live Mail&quot; &quot;%bp%\Dirs&quot; /E /B
reg export &quot;hkcu\Software\Microsoft\Windows Live Mail&quot; &quot;%bp%\Reg\reg.reg&quot;

del &quot;%bp%\restore.bat&quot;
ECHO robocopy &quot;Dirs&quot; &quot;%LOCALAPPDATA%\Microsoft\Windows Live Mail&quot; /E /B&gt;&gt;&quot;%bp%\restore.bat&quot;
ECHO regedit /s &quot;Reg\reg.reg&quot;&gt;&gt;&quot;%bp%\restore.bat&quot;
ECHO pause&gt;&gt;&quot;%bp%\restore.bat&quot;</description>
		<content:encoded><![CDATA[<p>Oops, I meant to say &#8211;&gt;<br />
set bp=%CD%\Backups\WindowsLiveMail</p>
<p>md &#8220;%bp%&#8221;<br />
md &#8220;%bp%\Dirs&#8221;<br />
md &#8220;%bp%\Reg&#8221;</p>
<p>robocopy &#8220;%LOCALAPPDATA%\Microsoft\Windows Live Mail&#8221; &#8220;%bp%\Dirs&#8221; /E /B<br />
reg export &#8220;hkcu\Software\Microsoft\Windows Live Mail&#8221; &#8220;%bp%\Reg\reg.reg&#8221;</p>
<p>del &#8220;%bp%\restore.bat&#8221;<br />
ECHO robocopy &#8220;Dirs&#8221; &#8220;%LOCALAPPDATA%\Microsoft\Windows Live Mail&#8221; /E /B&gt;&gt;&#8221;%bp%\restore.bat&#8221;<br />
ECHO regedit /s &#8220;Reg\reg.reg&#8221;&gt;&gt;&#8221;%bp%\restore.bat&#8221;<br />
ECHO pause&gt;&gt;&#8221;%bp%\restore.bat&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Sitter</title>
		<link>http://www.pcmech.com/article/windows-live-mail-client-easiest-mail-backup-ever/comment-page-1/#comment-24852</link>
		<dc:creator>Rob Sitter</dc:creator>
		<pubDate>Thu, 21 May 2009 09:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/?p=6462#comment-24852</guid>
		<description>set bp=%CD%\Backups\WindowsLiveMail

md &quot;%bp%&quot;
md &quot;%bp%\Dirs&quot;
md &quot;%bp%\Reg&quot;

robocopy &quot;%LOCALAPPDATA%\Microsoft\Windows Live Mail&quot; &quot;%bp%\Dirs&quot; /E /B
reg export &quot;hkcu\Software\Microsoft\Windows Live Mail&quot; &quot;%bp%\Reg\reg.reg&quot;

del &quot;%bp%\restore.bat&quot;
ECHO robocopy &quot;Dirs&quot; &quot;%LOCALAPPDATA%\Microsoft\Windows Live Mail&quot; /E /B&gt;&gt;&quot;%bp%\restore.bat&quot;
ECHO regedit /s &quot;Reg\reg.reg&quot;&gt;&gt;&quot;%bp%\restore.bat&quot;
ECHO pause&gt;&gt;&quot;%bp%\restore.bat&quot;</description>
		<content:encoded><![CDATA[<p>set bp=%CD%\Backups\WindowsLiveMail</p>
<p>md &#8220;%bp%&#8221;<br />
md &#8220;%bp%\Dirs&#8221;<br />
md &#8220;%bp%\Reg&#8221;</p>
<p>robocopy &#8220;%LOCALAPPDATA%\Microsoft\Windows Live Mail&#8221; &#8220;%bp%\Dirs&#8221; /E /B<br />
reg export &#8220;hkcu\Software\Microsoft\Windows Live Mail&#8221; &#8220;%bp%\Reg\reg.reg&#8221;</p>
<p>del &#8220;%bp%\restore.bat&#8221;<br />
ECHO robocopy &#8220;Dirs&#8221; &#8220;%LOCALAPPDATA%\Microsoft\Windows Live Mail&#8221; /E /B&gt;&gt;&#8221;%bp%\restore.bat&#8221;<br />
ECHO regedit /s &#8220;Reg\reg.reg&#8221;&gt;&gt;&#8221;%bp%\restore.bat&#8221;<br />
ECHO pause&gt;&gt;&#8221;%bp%\restore.bat&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Sitter</title>
		<link>http://www.pcmech.com/article/windows-live-mail-client-easiest-mail-backup-ever/comment-page-1/#comment-24851</link>
		<dc:creator>Rob Sitter</dc:creator>
		<pubDate>Thu, 21 May 2009 09:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/?p=6462#comment-24851</guid>
		<description>I MEANT TO SAY:
set bp=%CD%\Backups\WindowsLiveMail

md &quot;%bp%&quot;
md &quot;%bp%\Dirs&quot;
md &quot;%bp%\Reg&quot;

robocopy &quot;%LOCALAPPDATA%\Microsoft\Windows Live Mail&quot; &quot;%bp%\Dirs&quot; /E /B
reg export &quot;hkcu\Software\Microsoft\Windows Live Mail&quot; &quot;%bp%\Reg\reg.reg&quot;

del &quot;%bp%\restore.bat&quot;
ECHO robocopy &quot;Dirs&quot; &quot;%LOCALAPPDATA%\Microsoft\Windows Live Mail&quot; /E /B&gt;&gt;&quot;%bp%\restore.bat&quot;
ECHO regedit /s &quot;Reg\reg.reg&quot;&gt;&gt;&quot;%bp%\restore.bat&quot;
ECHO pause&gt;&gt;&quot;%bp%\restore.bat&quot;</description>
		<content:encoded><![CDATA[<p>I MEANT TO SAY:<br />
set bp=%CD%\Backups\WindowsLiveMail</p>
<p>md &#8220;%bp%&#8221;<br />
md &#8220;%bp%\Dirs&#8221;<br />
md &#8220;%bp%\Reg&#8221;</p>
<p>robocopy &#8220;%LOCALAPPDATA%\Microsoft\Windows Live Mail&#8221; &#8220;%bp%\Dirs&#8221; /E /B<br />
reg export &#8220;hkcu\Software\Microsoft\Windows Live Mail&#8221; &#8220;%bp%\Reg\reg.reg&#8221;</p>
<p>del &#8220;%bp%\restore.bat&#8221;<br />
ECHO robocopy &#8220;Dirs&#8221; &#8220;%LOCALAPPDATA%\Microsoft\Windows Live Mail&#8221; /E /B&gt;&gt;&#8221;%bp%\restore.bat&#8221;<br />
ECHO regedit /s &#8220;Reg\reg.reg&#8221;&gt;&gt;&#8221;%bp%\restore.bat&#8221;<br />
ECHO pause&gt;&gt;&#8221;%bp%\restore.bat&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Sitter</title>
		<link>http://www.pcmech.com/article/windows-live-mail-client-easiest-mail-backup-ever/comment-page-1/#comment-24850</link>
		<dc:creator>Rob Sitter</dc:creator>
		<pubDate>Thu, 21 May 2009 09:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/?p=6462#comment-24850</guid>
		<description>You could always be like me and write your own simple batch files, you know, the hands on approach:

robocopy &quot;Dirs&quot; &quot;C:\Users\Robert M. Sitter\AppData\Local\Microsoft\Windows Live Mail&quot; /E /B
regedit /s &quot;Reg\reg.reg&quot;
pause</description>
		<content:encoded><![CDATA[<p>You could always be like me and write your own simple batch files, you know, the hands on approach:</p>
<p>robocopy &#8220;Dirs&#8221; &#8220;C:\Users\Robert M. Sitter\AppData\Local\Microsoft\Windows Live Mail&#8221; /E /B<br />
regedit /s &#8220;Reg\reg.reg&#8221;<br />
pause</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.pcmech.com/article/windows-live-mail-client-easiest-mail-backup-ever/comment-page-1/#comment-15679</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 13 Oct 2008 00:57:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/?p=6462#comment-15679</guid>
		<description>Easiest email backup for Windows? Probably. Easiest email backup ever?  Wrong.

Microsoft Entourage for Macintosh takes that prize. Copy one folder and you&#039;ve backed up all of your email messages, mail settings, calendar settings, events, address books, and everything else that configures the program. Just copy that folder back to any other computer and you&#039;ve got a perfect restoration of all of your important data.</description>
		<content:encoded><![CDATA[<p>Easiest email backup for Windows? Probably. Easiest email backup ever?  Wrong.</p>
<p>Microsoft Entourage for Macintosh takes that prize. Copy one folder and you&#8217;ve backed up all of your email messages, mail settings, calendar settings, events, address books, and everything else that configures the program. Just copy that folder back to any other computer and you&#8217;ve got a perfect restoration of all of your important data.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: craig</title>
		<link>http://www.pcmech.com/article/windows-live-mail-client-easiest-mail-backup-ever/comment-page-1/#comment-14431</link>
		<dc:creator>craig</dc:creator>
		<pubDate>Sat, 06 Sep 2008 21:03:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.pcmech.com/?p=6462#comment-14431</guid>
		<description>Hi
Could not get it to export to my external hard drive but got it to work in a folder in mydocuments. Shame that microsoft could not add a back up facility which you can set the time it backsup or only backs up what has changed. Maybe they will get to it soon.</description>
		<content:encoded><![CDATA[<p>Hi<br />
Could not get it to export to my external hard drive but got it to work in a folder in mydocuments. Shame that microsoft could not add a back up facility which you can set the time it backsup or only backs up what has changed. Maybe they will get to it soon.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
