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.

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 - #

Sign in with OpenID

Auto-HTML: Line breaks are preserved; URLs will be converted in to links.

Manual XHTML: Enter your own, valid XHTML. Allowed tags are a, p, blockquote, ul, ol, li, dl, dt, dd, em, strong, dfn, code, q, samp, kbd, var, cite, abbr, acronym, sub, sup, br, pre

A django site