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


Brackup documentation  | view source Contained in the Brackup distribution.

Index


NAME

Top

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

WARNING WARNING WARNING

Top

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.

EXAMPLE

Top

In your ~/.brackup.conf file:

  [TARGET:google]
  type = GoogleAppEngine
  user_email = ....
  password = ....
  server_url = ....

CONFIG OPTIONS

Top

type

Must be "GoogleAppEngine".

user_email

Email address that you've logged into your brackup-gae-server instance with and configured uploading.

password

Your brackup-gae-server password. NOT your Google account's password.

You should make a separate password just for this.

server_url

URL to your brackup-gae-server instance.

Source code to run your own instance is at: http://github.com/bradfitz/brackup-gae-server

WARRANTY AND SUPPORT

Top

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.

SEE ALSO

Top

Brackup::Target

AUTHOR

Top

Brad Fitzpatrick <brad@danga.com>


Brackup documentation  | view source Contained in the Brackup distribution.