[appengine-java] Re: Snapshots...

2011-09-27 Thread Didier Durand
Hi,

I do personally scan each entity type via an ad hoc request and store
each instance as entry in an xml file stored in the blobstore.

You can then externalize it via download from another machine.

Another possible way is to store you data on Amazon S3: you can then
also store them 1 by 1 if you wish so.

regards

didier

On Sep 27, 11:45 pm, Daniel Viveiros  wrote:
> Hi all,
>
> What's the best way to take snapshots of the GAE's database in a way it's
> possible to backup/restore it if needed?
>
> Thanks,
> Daniel V.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: Snapshots...

2011-09-27 Thread Jose Montes de Oca
Hi Daniel,

Take a look at our Bulkloader Tool: 
http://code.google.com/appengine/docs/python/tools/uploadingdata.html

Here is a great post: 
http://ikaisays.com/2010/06/10/using-the-bulkloader-with-java-app-engine/

Hope this helps your needs!

Best,
Jose Montes de Oca

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/mqMA-JEDmFQJ.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Re: Snapshots...

2011-09-28 Thread Daniel Viveiros
Thank you! This is really a good post.

Best,
Daniel V.

2011/9/28 Jose Montes de Oca 

> Hi Daniel,
>
> Take a look at our Bulkloader Tool:
> http://code.google.com/appengine/docs/python/tools/uploadingdata.html
>
> Here is a great post:
> http://ikaisays.com/2010/06/10/using-the-bulkloader-with-java-app-engine/
>
> Hope this helps your needs!
>
> Best,
> Jose Montes de Oca
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine for Java" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/google-appengine-java/-/mqMA-JEDmFQJ.
>
> To post to this group, send email to
> google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>



-- 
__
Daniel Vieira Viveiros
Technology Manager - Ci&T
Phone: +55 (019) 9787-9674
E-mail/GTalk: vivei...@ciandt.com

Esta mensagem, incluindo seus anexos, contém informações legais
privilegiadas e/ou confidenciais, não podendo ser retransmitida, arquivada,
divulgada ou copiada sem autorização do remetente. Caso tenha recebido esta
mensagem por engano, por favor informe o remetente respondendo imediatamente
a este e-mail, e em seguida apague-a do seu computador.

The information contained in this email message, including any attachment,
is privileged and/or confidential. This message may not be retransmitted,
archived, disclosed or copied without sender’s approval. If you have
received this email in error, please notify the sender by replying to this
message, and then delete it from your system.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.