Skip to content

Instantly share code, notes, and snippets.

View maldboy's full-sized avatar

Maldboy maldboy

View GitHub Profile
@kennethreitz
kennethreitz / mt-dv-s3.php
Created December 18, 2009 14:31
PHP script to backup all sites on a MediaTemple server to an S3 bucket
#!/usr/bin/env php
<?php
set_time_limit(0);
$nDays = 300; // How many days of backups to keep?
// MySQL variables