The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

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

WARNING WARNING WARNING

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

In your ~/.brackup.conf file:

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

CONFIG OPTIONS

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

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

Brackup::Target

AUTHOR

Brad Fitzpatrick <brad@danga.com>