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.
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.
Your run_command/get_output function is pretty bad.
bryskt - 21st September 2008 19:39 - #
Thanks!
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.
Philip Dorrell - 22nd September 2008 22:47 - #