Skip to content

Instantly share code, notes, and snippets.

View azizvc's full-sized avatar
🎵

Aziz Vicentini azizvc

🎵
View GitHub Profile
@azizvc
azizvc / backup-ec2.php
Last active March 15, 2018 12:18
Backup automático dos Volumes EC2 em PHP
<?php
/**
* Script de backup de Maquinas EC2
* @author Aziz Vicentini <aziz(at)php-br.net>
*/
define('RETENCAO_DIAS',7);