Skip to content

Instantly share code, notes, and snippets.

View pathum's full-sized avatar

Pathum pathum

View GitHub Profile
@pathum
pathum / backup.php
Created March 24, 2016 04:37 — forked from menzerath/backup.php
PHP: Recursively Backup Files & Folders to ZIP-File
<?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');