search for: s_backuptype

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

2005 Apr 04
0
io timeout after 180 seconds
...{ ~ $a_configNames = array_keys($a_backupHosts); } if ($b_reinit) { ~ reInitBackups(); ~ exit; } if (empty($options[1][1])) { ~ writeln('Error: Backup type not specified' . "\n"); ~ showUsage($args[0]); ~ exit; } // grab the backup type from the command line $s_backupType = $options[1][1]; if ($b_debug) { ~ array_shift($args); ~ writeln('Debug mode is ON.'); ~ writeln('Arguments received: ' . implode(' ', $args)); ~ writeln('Configuration names: ' . implode(',', $a_configNames)); ~ writeln('Backup type: ...