search for: s_confignam

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

Did you mean: s_configname
2005 Apr 04
0
io timeout after 180 seconds
...} elseif ($s_backupType == 'weekly') { ~ $s_typeBelow = 'daily'; } elseif ($s_backupType == 'monthly') { ~ $s_typeBelow = 'weekly'; } else { ~ $s_typeBelow = 'monthly'; } // }}} // {{{ loop through backup configurations foreach ($a_configNames as $s_configName) { ~ // make sure that we are using a valid configuration ~ if (!isset($a_backupHosts[$s_configName])) { ~ $tmp_msg = writeln("WARNING: The configuation: '$s_configName' is not valid.\n", true, true); ~ $s_log .= $tmp_msg; ~ $b_error = true; ~ co...