Feed Sign in with OpenID OpenID

Simon Willison’s Weblog

backup_to_s3.py. I wrote Yet Another S3 backup script today. It’s a thin wrapper about boto that doesn’t do anything particularly impressive, but it fits my brain.

Tagged , , , , , ,

4 comments

  1. Your run_command/get_output function is pretty bad.

    bryskt - 21st September 2008 19:39 - #

  2. Thanks!

    Dinoboff - 21st September 2008 20:28 - #

  3. bryskt: I know, terrible isn't it! I'm continually bewildered by Python's huge array of process control functions, so for this almost throw-away script I decided to ignore them almost entirely.

    Simon Willison - 21st September 2008 20:42 - #

  4. I wrote keevalbak, which is a Python S3 backup tool that uses boto to access S3. It does incremental backups and verification, and the code is available on GitHub.

    Philip Dorrell - 22nd September 2008 22:47 - #

Comments are closed.
A django site