How can I use the Google App engine bulkloader to back up all my data?
Posted
by dfrankow
on Stack Overflow
See other posts from Stack Overflow
or by dfrankow
Published on 2010-05-31T23:02:27Z
Indexed on
2010/06/01
0:03 UTC
Read the original article
Hit count: 390
The docs say
appcfg.py --dump --app_id=<app-id> \
--url=http://<appname>.appspot.com/remote_api \
--filename=<data-filename>
The thing itself barfs:
Usage: appcfg.py [options] <action>
appcfg.py: error: no such option: --dump
$ cat /usr/local/share/google_appengine/VERSION
release: "1.3.4"
Thoughts?
© Stack Overflow or respective owner