Skip to content

Instantly share code, notes, and snippets.

View ayandyan's full-sized avatar

Ian John Caluscusan ayandyan

View GitHub Profile
@Serhioromano
Serhioromano / backup.php
Last active February 20, 2021 10:43
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-9677d14a');
$api_key = 'AKI****EYUA';
$api_secret = 'IzMni****ct';