You could have your backup script get the list of kinds from the datastore stats. You can probably call the method in bulkloader.py which does this directly (though it's not guaranteed to always work the same way), or simply get inspiration from it.
On Jul 31, 7:38 pm, Adam Sah <[email protected]> wrote: > Hi-- I'd like to backup every Model in my datastore *except* a given > one(s). > Yes, I can create a bulkloader file, and manually backup each Model > using --kind... but this means that every new entity requires > modifying > the backup script, i.e. easy to forget and not be backed-up > (<scary>). > > Any ideas? (and yes, I've considered the evil solution of scanning my > source code for entity names...) > > thanks! > adam -- 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.
