search for: tmp_msg

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

Did you mean: tmp_mds
2005 Apr 04
0
io timeout after 180 seconds
...$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; ~ continue; ~ } ~ else { ~ $s_log .= writeln("-= Beginning backups for $s_configName\n", true, true); ~ } ~...