Skip to content

Instantly share code, notes, and snippets.

View maldboy's full-sized avatar

Maldboy maldboy

View GitHub Profile
@maldboy
maldboy / mt-dv-s3.php
Created December 29, 2018 00:11 — forked from kennethreitz/mt-dv-s3.php
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