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.