>From the docs, I see the following:

"If your app uses the master/slave datastore, you can download and
upload every entity of a kind in a format suitable for backup and
restore.... If your app uses the High Replication datastore, it is not
so simple...

To download all entities of all kinds from an app's master/slave
datastore, run the following command:

appcfg.py download_data --application=<app-id> --url=http://
<appname>.appspot.com/[remote_api_path] --filename=<data-filename> "


My question is: What is the similar command for HR datastore?  When I
try, I get an error that says I need to specify the Kind argument.
How to get all entities from all Kinds in HR?

Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to