
Brackup::Target::GoogleAppEngine - backup to the App Engine target server

This isn't totally done yet. Don't trust it quite yet. Restore should work now, but storing and re-retrieving metafiles isn't done yet, for instance.

In your ~/.brackup.conf file:
[TARGET:google] type = GoogleAppEngine user_email = .... password = .... server_url = ....

Must be "GoogleAppEngine".
Email address that you've logged into your brackup-gae-server instance with and configured uploading.
Your brackup-gae-server password. NOT your Google account's password.
You should make a separate password just for this.
URL to your brackup-gae-server instance.
Source code to run your own instance is at: http://github.com/bradfitz/brackup-gae-server

None. Use this at your own risk. I'm a Google employee, but I'm not writing this as a Google employee, and this is not a Google product.
This comes with no warranty, neither expressed nor implied.
Also, it doesn't even work yet. It's still in development. See the WARNING WARNING WARNING section at top.


Brad Fitzpatrick <brad@danga.com>