search for: s_fullpath

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

Did you mean: _fullpath
2005 Apr 04
0
io timeout after 180 seconds
...ln("-= Beginning backups for $s_configName\n", true, true); ~ } ~ // make sure it's enabled ~ if (!$a_backupHosts[$s_configName]['enabled']) { ~ $s_log .= writeln("$s_configName is disabled. Skipping backup.", true); ~ continue; ~ } ~ $s_fullPath = $s_destinationDir . $s_configName . '/'; ~ if (!is_dir($s_fullPath)) { ~ mkdir($s_fullPath, $s_defaultDirPerms); ~ $s_log .= writeln("Created directory for $s_configName: $s_fullPath", true); ~ } ~ // {{{ rotate the current list of backups if we can ~...