search for: a_confignames

Displaying 1 result from an estimated 1 matches for "a_confignames".

2005 Apr 04
0
io timeout after 180 seconds
...#39;r': ~ case '--reinit': ~ $b_reinit = true; ~ break; ~ } } if (empty($options[1][0])) { ~ writeln('Error: Configuation not specified' . "\n"); ~ showUsage($args[0]); ~ exit; } // grab the config names from the command line $a_configNames = explode(',', $options[1][0]); // ALL is a special keyword to run all backups if ($a_configNames[0] == 'ALL') { ~ $a_configNames = array_keys($a_backupHosts); } if ($b_reinit) { ~ reInitBackups(); ~ exit; } if (empty($options[1][1])) { ~ writeln('Error: Backup ty...