Skip to content

Instantly share code, notes, and snippets.

View artechio's full-sized avatar
🏠
Working from home

Artech artechio

🏠
Working from home
View GitHub Profile
@artechio
artechio / backup.php
Last active August 29, 2015 14:12 — forked from menzerath/backup.php
<?php
/*
* PHP: Recursively Backup Files & Folders to ZIP-File
* (c) 2012-2014: Marvin Menzerath - http://menzerath.eu
*/
// Make sure the script can handle large folders/files
ini_set('max_execution_time', 600);
ini_set('memory_limit','1024M');