Hello Barry Well, I have nothing fancy. I just use the http://code.google.com/appengine/docs/python/tools/uploadingdata.html#Downloading_and_Uploading_All_Data and OS level cron to get every day.
So I can obviously start from something like, where ID > something or entity.when > something and keep a marker somewhere. I could not find a way to ask GAE loader script to fetch data - only if it matches certain conditions. That is the trouble I am having finding out. On Fri, Feb 11, 2011 at 4:58 AM, Barry Hunter <[email protected]> wrote: > It should certainly be possible, but if you can is something we can't answer. > > To do incremental backups, need to keep some sort of marker on data > downloaded already, and so know not to back it up again in the > incremental backup. **How** exactly you do that highly depends on your > data, and what method you using to actully do the backup. > > > On 11 February 2011 07:29, Ritesh Nadhani <[email protected]> wrote: >> So currently, I run a cron every day and take a complete backup of the data. >> >> Is there anyway - we can do incremental backup? >> >> -- >> Ritesh >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" 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?hl=en. >> >> > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" 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?hl=en. > > -- Ritesh -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
