<?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:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Google App Engine Backup and Restore (Gaebar) released</title>
	<atom:link href="http://aralbalkan.com/1784/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1784</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Fri, 19 Mar 2010 02:32:17 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Oyunlar</title>
		<link>http://aralbalkan.com/1784/comment-page-1#comment-259470</link>
		<dc:creator>Oyunlar</dc:creator>
		<pubDate>Sat, 20 Feb 2010 15:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1784#comment-259470</guid>
		<description>brilliant! love the play on the name</description>
		<content:encoded><![CDATA[<p>brilliant! love the play on the name</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Nelson</title>
		<link>http://aralbalkan.com/1784/comment-page-1#comment-259205</link>
		<dc:creator>David Nelson</dc:creator>
		<pubDate>Thu, 21 Jan 2010 22:05:58 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1784#comment-259205</guid>
		<description>Hi Aral,

This tool is so awesome!  Thanks so much for creating it.  Do you know of any way to auto backup your GAE datastore to Amazon S3?  That would be the holy grail :-)

Thanks,
David</description>
		<content:encoded><![CDATA[<p>Hi Aral,</p>
<p>This tool is so awesome!  Thanks so much for creating it.  Do you know of any way to auto backup your GAE datastore to Amazon S3?  That would be the holy grail :-)</p>
<p>Thanks,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reinhard Spisser</title>
		<link>http://aralbalkan.com/1784/comment-page-1#comment-258344</link>
		<dc:creator>Reinhard Spisser</dc:creator>
		<pubDate>Sun, 15 Nov 2009 23:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1784#comment-258344</guid>
		<description>I just installed the gaebar in my application. 


After a few tries I was able to make a backup of my data (I got some Timeout errors, but today datastore was in anomaly with high latency times).

My first comment: Awesome!</description>
		<content:encoded><![CDATA[<p>I just installed the gaebar in my application. </p>
<p>After a few tries I was able to make a backup of my data (I got some Timeout errors, but today datastore was in anomaly with high latency times).</p>
<p>My first comment: Awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo Lou</title>
		<link>http://aralbalkan.com/1784/comment-page-1#comment-257424</link>
		<dc:creator>Leo Lou</dc:creator>
		<pubDate>Mon, 24 Aug 2009 06:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1784#comment-257424</guid>
		<description>When I input data in the local server, 
model.key().id() returns its numerical ID properly
but when I upload it to google server by gaebar, 
model.key().id() returns null

Any one experienced in this issue?</description>
		<content:encoded><![CDATA[<p>When I input data in the local server,<br />
model.key().id() returns its numerical ID properly<br />
but when I upload it to google server by gaebar,<br />
model.key().id() returns null</p>
<p>Any one experienced in this issue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo Lou</title>
		<link>http://aralbalkan.com/1784/comment-page-1#comment-257387</link>
		<dc:creator>Leo Lou</dc:creator>
		<pubDate>Sat, 22 Aug 2009 16:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1784#comment-257387</guid>
		<description>thx  Ernesto  it works perfectly
i have been working on this for a long time :p</description>
		<content:encoded><![CDATA[<p>thx  Ernesto  it works perfectly<br />
i have been working on this for a long time :p</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernesto</title>
		<link>http://aralbalkan.com/1784/comment-page-1#comment-251317</link>
		<dc:creator>Ernesto</dc:creator>
		<pubDate>Tue, 05 May 2009 03:20:53 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1784#comment-251317</guid>
		<description>Hi ... I had a lot of trouble making gaebar work with aep 1 ... but I finally got it up &amp; running.

Some hints in case you had the same problems I did:

1) AEP uses by default a Django Style naming (app_model vs Model) and this has conflicts with gaebar (0.3) ... so I had to use the patch provided by Alexander Vasiljev (http://groups.google.com/group/app-engine-patch/browse_thread/thread/441ad1a7a47cf59b/f0007e42a53924a9#f0007e42a53924a9)

2) After applying the patch, GAEBAR worked perfectly on my localhost, but it did not work at the deployment server (appspot.com).  I got 500 errors and MANY shard files .

The problem this time was with the index.yaml.  For some reason my index.yaml file was not updated with new indexes, and this produced an error at the deployment server.

I manually added the following index definition and it finally worked smoothly:

- kind: gaebar_gaebarcodeshard
  properties:
  - name: backup
  - name: created_at

P.S.: After erasing my index.yaml file, the development server started updating the index.yaml file again (automatically)

Hope this helps ...</description>
		<content:encoded><![CDATA[<p>Hi &#8230; I had a lot of trouble making gaebar work with aep 1 &#8230; but I finally got it up &amp; running.</p>
<p>Some hints in case you had the same problems I did:</p>
<p>1) AEP uses by default a Django Style naming (app_model vs Model) and this has conflicts with gaebar (0.3) &#8230; so I had to use the patch provided by Alexander Vasiljev (<a href="http://groups.google.com/group/app-engine-patch/browse_thread/thread/441ad1a7a47cf59b/f0007e42a53924a9#f0007e42a53924a9" rel="nofollow">http://groups.google.com/group/app-engine-patch/browse_thread/thread/441ad1a7a47cf59b/f0007e42a53924a9#f0007e42a53924a9</a>)</p>
<p>2) After applying the patch, GAEBAR worked perfectly on my localhost, but it did not work at the deployment server (appspot.com).  I got 500 errors and MANY shard files .</p>
<p>The problem this time was with the index.yaml.  For some reason my index.yaml file was not updated with new indexes, and this produced an error at the deployment server.</p>
<p>I manually added the following index definition and it finally worked smoothly:</p>
<p>- kind: gaebar_gaebarcodeshard<br />
  properties:<br />
  &#8211; name: backup<br />
  &#8211; name: created_at</p>
<p>P.S.: After erasing my index.yaml file, the development server started updating the index.yaml file again (automatically)</p>
<p>Hope this helps &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://aralbalkan.com/1784/comment-page-1#comment-249763</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Wed, 29 Apr 2009 06:45:34 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1784#comment-249763</guid>
		<description>Hi Ernesto,

yes, I applied the patch but it didn&#039;t have any effect with App Engine 1.1.9 and 1.2.0.</description>
		<content:encoded><![CDATA[<p>Hi Ernesto,</p>
<p>yes, I applied the patch but it didn&#8217;t have any effect with App Engine 1.1.9 and 1.2.0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ernesto</title>
		<link>http://aralbalkan.com/1784/comment-page-1#comment-249672</link>
		<dc:creator>Ernesto</dc:creator>
		<pubDate>Tue, 28 Apr 2009 23:41:19 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1784#comment-249672</guid>
		<description>Hi Stefan ... 

Did you remember to &quot;*IMPORTANT* Patch your dev_appserver.py as per the instructions here: http://aralbalkan.com/1440&quot;

When I updated ... my dev_appserver.py  was also updated and the patch was lost.</description>
		<content:encoded><![CDATA[<p>Hi Stefan &#8230; </p>
<p>Did you remember to &#8220;*IMPORTANT* Patch your dev_appserver.py as per the instructions here: <a href="http://aralbalkan.com/1440" rel="nofollow">http://aralbalkan.com/1440</a>&#8221;</p>
<p>When I updated &#8230; my dev_appserver.py  was also updated and the patch was lost.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan</title>
		<link>http://aralbalkan.com/1784/comment-page-1#comment-248072</link>
		<dc:creator>Stefan</dc:creator>
		<pubDate>Thu, 23 Apr 2009 05:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1784#comment-248072</guid>
		<description>Hi, I tested gaebar with App Engine 1.1.8 and it works perfectly but it doesn&#039;t work with App Engine 1.1.9 and 1.2.0. Any ideas how I can it make work?</description>
		<content:encoded><![CDATA[<p>Hi, I tested gaebar with App Engine 1.1.8 and it works perfectly but it doesn&#8217;t work with App Engine 1.1.9 and 1.2.0. Any ideas how I can it make work?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suggeest</title>
		<link>http://aralbalkan.com/1784/comment-page-1#comment-245889</link>
		<dc:creator>Suggeest</dc:creator>
		<pubDate>Wed, 15 Apr 2009 18:03:56 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/?p=1784#comment-245889</guid>
		<description>1. remote_api
2. retry for datastore timeout
3. mutli-thread like bulkloader.py</description>
		<content:encoded><![CDATA[<p>1. remote_api<br />
2. retry for datastore timeout<br />
3. mutli-thread like bulkloader.py</p>
]]></content:encoded>
	</item>
</channel>
</rss>
