Skip to content

Instantly share code, notes, and snippets.

View kunitwru's full-sized avatar
:octocat:

Phạm Sinh kunitwru

:octocat:
View GitHub Profile
@kunitwru
kunitwru / backup.php
Created December 21, 2015 09:49 — forked from Serhioromano/backup.php
AWS EC2 automatic volume daily snapshot.
#!/usr/bin/php -q
<?php
date_default_timezone_set('UCT');
$dryrun = FALSE;
$interval = '24 hours';
$keep_for = '10 Days';
$volumes = array('vol-********');
$api_key = 'AKIAIXXXXXXXXXXXXXXX';
$api_secret = 'IzMni.........................emQKct';