<?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: How to back up your Gmail on Linux in four easy steps</title>
	<atom:link href="http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/</link>
	<description>neat fun stuff</description>
	<lastBuildDate>Mon, 15 Mar 2010 09:45:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alan</title>
		<link>http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-459781</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Fri, 29 Jan 2010 18:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-459781</guid>
		<description>Peng&#039;s IMAP backup guide has moved again:
http://blog.pengdeng.com/2008/03/backup-gmail-via-imap-using-getmail_16.html</description>
		<content:encoded><![CDATA[<p>Peng&#8217;s IMAP backup guide has moved again:<br />
<a href="http://blog.pengdeng.com/2008/03/backup-gmail-via-imap-using-getmail_16.html" rel="nofollow">http://blog.pengdeng.com/2008/03/backup-gmail-via-imap-using-getmail_16.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeffrey Walton</title>
		<link>http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-457008</link>
		<dc:creator>Jeffrey Walton</dc:creator>
		<pubDate>Sat, 23 Jan 2010 15:34:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-457008</guid>
		<description>How does one restore (and yes, I checked for a putmail and putmail4)</description>
		<content:encoded><![CDATA[<p>How does one restore (and yes, I checked for a putmail and putmail4)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant</title>
		<link>http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-449895</link>
		<dc:creator>Prashant</dc:creator>
		<pubDate>Fri, 08 Jan 2010 04:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-449895</guid>
		<description>How to download only specific labeled mails from Gmail? e.g. I just want want to download the messages from drafts/sent mails.
Thanks in advance.</description>
		<content:encoded><![CDATA[<p>How to download only specific labeled mails from Gmail? e.g. I just want want to download the messages from drafts/sent mails.<br />
Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-449178</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Wed, 06 Jan 2010 13:53:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-449178</guid>
		<description>Well thanks again for the post. I used this flawlessly about a year ago, but it seems now things have gotten updated.

On step 4: creating a shell script, python has had a few updates since your post. When the script is run manually instead of running quietly it spits out this: &lt;code&gt;andy@andy-desktop:~$ ~/.getmail/amixinlife.sh
/usr/share/getmail4/getmailcore/baseclasses.py:26: DeprecationWarning: the sets module is deprecated
  import sets&lt;/code&gt;

Any suggestions to quiet this script?</description>
		<content:encoded><![CDATA[<p>Well thanks again for the post. I used this flawlessly about a year ago, but it seems now things have gotten updated.</p>
<p>On step 4: creating a shell script, python has had a few updates since your post. When the script is run manually instead of running quietly it spits out this: <code>andy@andy-desktop:~$ ~/.getmail/amixinlife.sh<br />
/usr/share/getmail4/getmailcore/baseclasses.py:26: DeprecationWarning: the sets module is deprecated<br />
  import sets</code></p>
<p>Any suggestions to quiet this script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: warmoodev</title>
		<link>http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-429532</link>
		<dc:creator>warmoodev</dc:creator>
		<pubDate>Mon, 30 Nov 2009 11:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-429532</guid>
		<description>Thanks for the helpful post, backing up this way seems to work well. Just a couple of notes from trying it out:
One line of the multiple destinations config isn&#039;t quite right - it should have normal single quotes rather than the characters you get if you cut and paste (back ticks I think?):
Incorrect (gives a syntax error when run):
destinations = (&#039;[mboxrd-destination]&#039;, &#039;[maildir-destination]&#039;)
Correct:
destinations = (&#039;[mboxrd-destination]&#039;, &#039;[maildir-destination]&#039;)
If you squint you can see the difference :)

Secondly, it seems to be a good idea to set options to ignore messages that have already been retrieved - under the [options] section, I added:
read_all = false

This causes getmail to track retrieved messages in an &quot;oldmail-xxxxx&quot; file. Otherwise, you will get a new copy of each message each time you download, at least with IMAP. POP may work differently (especially on gmail, I think it &quot;deletes&quot; downloaded messages for you).</description>
		<content:encoded><![CDATA[<p>Thanks for the helpful post, backing up this way seems to work well. Just a couple of notes from trying it out:<br />
One line of the multiple destinations config isn&#8217;t quite right &#8211; it should have normal single quotes rather than the characters you get if you cut and paste (back ticks I think?):<br />
Incorrect (gives a syntax error when run):<br />
destinations = (&#8216;[mboxrd-destination]&#8216;, &#8216;[maildir-destination]&#8216;)<br />
Correct:<br />
destinations = (&#8216;[mboxrd-destination]&#8216;, &#8216;[maildir-destination]&#8216;)<br />
If you squint you can see the difference <img src='http://www.mattcutts.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Secondly, it seems to be a good idea to set options to ignore messages that have already been retrieved &#8211; under the [options] section, I added:<br />
read_all = false</p>
<p>This causes getmail to track retrieved messages in an &#8220;oldmail-xxxxx&#8221; file. Otherwise, you will get a new copy of each message each time you download, at least with IMAP. POP may work differently (especially on gmail, I think it &#8220;deletes&#8221; downloaded messages for you).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-423734</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Fri, 20 Nov 2009 20:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-423734</guid>
		<description>Will this method also work to backup my Gmail sent mail or only received?</description>
		<content:encoded><![CDATA[<p>Will this method also work to backup my Gmail sent mail or only received?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Enrique Ramirez</title>
		<link>http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-391156</link>
		<dc:creator>Enrique Ramirez</dc:creator>
		<pubDate>Sat, 12 Sep 2009 23:55:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-391156</guid>
		<description>The IMAP setup worked flawlessly. I&#039;ve been looking for a couple of days for a way to only backup certain labels, this page was exactly what I needed. Thanks so much.</description>
		<content:encoded><![CDATA[<p>The IMAP setup worked flawlessly. I&#8217;ve been looking for a couple of days for a way to only backup certain labels, this page was exactly what I needed. Thanks so much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PT</title>
		<link>http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-336389</link>
		<dc:creator>PT</dc:creator>
		<pubDate>Thu, 28 May 2009 13:47:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-336389</guid>
		<description>From &lt;a href=&quot;http://www.google.com/support/forum/p/gmail/thread?tid=0e7eb38ffd731329&amp;hl=en&quot; rel=&quot;nofollow&quot;&gt;this&lt;/a&gt;: if you are to download all yor mail, use
&lt;code&gt;mailboxes = (&quot;[Google Mail]/All Mail&quot;,)&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>From <a href="http://www.google.com/support/forum/p/gmail/thread?tid=0e7eb38ffd731329&amp;hl=en" rel="nofollow">this</a>: if you are to download all yor mail, use<br />
<code>mailboxes = ("[Google Mail]/All Mail",)</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vk</title>
		<link>http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-330620</link>
		<dc:creator>vk</dc:creator>
		<pubDate>Sun, 03 May 2009 19:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-330620</guid>
		<description>uh .. sorry if this is a stupid question, in defining [destination] is there anyway of pointing the download to a specific IMAP folder if I&#039;ve created on?  Meaning, I built a IMAP server I want to import email, but dump it into a IMAP folder.

Couldn&#039;t quite make out a method to do that from the getmail site, thought I&#039;d give it a shot and ask here.

Thanks.</description>
		<content:encoded><![CDATA[<p>uh .. sorry if this is a stupid question, in defining [destination] is there anyway of pointing the download to a specific IMAP folder if I&#8217;ve created on?  Meaning, I built a IMAP server I want to import email, but dump it into a IMAP folder.</p>
<p>Couldn&#8217;t quite make out a method to do that from the getmail site, thought I&#8217;d give it a shot and ask here.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MatrixGunner</title>
		<link>http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-313205</link>
		<dc:creator>MatrixGunner</dc:creator>
		<pubDate>Mon, 13 Apr 2009 10:39:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattcutts.com/blog/backup-gmail-in-linux-with-getmail/#comment-313205</guid>
		<description>I suppose to add this to config file under [options]:

# preserves your mail after backup
delete = false
# just get new mails
read_all = false</description>
		<content:encoded><![CDATA[<p>I suppose to add this to config file under [options]:</p>
<p># preserves your mail after backup<br />
delete = false<br />
# just get new mails<br />
read_all = false</p>
]]></content:encoded>
	</item>
</channel>
</rss>
