I dont know how Ritesh actully does it, but its quite easy with http://code.google.com/appengine/docs/python/tools/uploadingdata.html#Downloading_and_Uploading_All_Data
- the "appcfg.py" command there could easily be run by a cron on a machine somewhere (ie not on appengine itself) On 11 February 2011 13:58, Mike <[email protected]> wrote: > Sorry if it's off-topic but could you briefly explain how you perform > backups using cron jobs? I've been wondering how I could backup the > data in the datastore and restore it if needs be. > > Thanks! > > On Feb 11, 7:29 am, 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.
