I encourage you (and everyone) to star this:
http://code.google.com/p/googleappengine/issues/detail?id=7428
j
On Jun 8, 1:03 pm, hugues2 <
hugues.flam...@gmail.com> wrote:
> Hi,
>
> I am trying to develop a functionality to backup and restore data in the
> datastore by namespace. Is the following correct ?
>
> --> The datastore admin as it stands today only allows to backup / restore
> the complete datastore i.e. not by namespace
>
> --> The only tool available to extract / load data by namespace is
> bulkloader and this tool cannot be scheduled on the server but has to be
> called from a client.
>
> ==> If these two statements are correct, I see no other option that
> deploying a script on an external server such as Amazon which would connect
> on GAE to extract data by namespace.
>
> My questions would be the following
>
> --> Is this conclusion correct ?
>
> --> Is someone (at Google or external) working on extending the backup /
> restore by namespace ?
>
> Thanks for your help,
>
> Hugues