What exactly are you missing? The fact that the backup may be missing recently committed data? By definition, backups always contain stale data. Omitting not-yet replicated data from a backup is not terrible nor unexpected.
Perhaps you would like a 'checkpoint' feature? Suggest it in a ticket... On Tue, Apr 26, 2011 at 12:44 AM, mscwd01 <[email protected]> wrote: > Hey > > Okay, I have a simple request - I want to backup all of my apps data > on my local machine so that in the event of my data becoming corrupt > or lost I can do a restore. > > So I search "backup/restore on gae" and only really find the bulk > loader as a solution. The trouble is it really isn't a solution, it > seems like an inadequate hack. Here is the first thing I read > regarding the bulkloader: > > Note: This document applies to apps that use the master/slave > datastore. If your app uses the High Replication datastore, it is > possible to copy data from the app, but Google does not currently > support this use case. If you attempt to copy from a High Replication > datastore, you'll see a high_replication_warning error in the Admin > Console, and the downloaded data might not include recently saved > entities. > > I use the HR datastore :( > > So please tell me I'm missing something and there is a viable method > to backup and restore your data. > > -- > 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > > -- 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
