如何使用Google App引擎散装加载程序来备份我的所有数据? [英] How can I use the Google App engine bulkloader to back up all my data?

查看:113
本文介绍了如何使用Google App引擎散装加载程序来备份我的所有数据?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

文档表示

appcfg.py --dump --app_id=<app-id> \
 --url=http://<appname>.appspot.com/remote_api \
 --filename=<data-filename>

物件本身barfs:

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"

想法?

推荐答案

我发现我不得不使用download_data代替--dump和--application代替--app_id,例如:

I found that I had to use download_data instead of --dump and --application instead of --app_id, for example:

 appcfg.py download_data --application=app_id --url=http://etc --filename=file

这篇关于如何使用Google App引擎散装加载程序来备份我的所有数据?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆