X-Git-Url: http://git.roojs.org/?p=Pman.Admin;a=blobdiff_plain;f=Export.php;h=240ab0140aca1ec581a17355b01b7a946a9c6bf0;hp=c8d601f0f6c909ed71ef81c8f88c6ffb49352bdf;hb=HEAD;hpb=cfcd3c0bca55e0061a48081dbb1e5231e5782a0f diff --git a/Export.php b/Export.php index c8d601f..240ab01 100644 --- a/Export.php +++ b/Export.php @@ -50,6 +50,9 @@ require_once 'Pman.php'; class Pman_Admin_Export extends Pman_Admin_Dump { + static $cli_desc = "Dump database and related files so it could be restored later.."; + + function getAuth() { @@ -64,7 +67,7 @@ class Pman_Admin_Export extends Pman_Admin_Dump { var $uid = array(); - function get($path ) + function get($path, $opts = Array() ) { ini_set('memory_limit', '256M'); // we need alot of memory set_time_limit(0);