search for: s_cmd

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

Did you mean: se_cmd
2005 Apr 04
0
io timeout after 180 seconds
...e cp --remove-destination by default, so the destination ~ // is unlinked first. If it were not so, this would copy over the other snapshot(s) too! ~ $s_args = "$exclude_args $tmp_rsyncArgs " . ~ "$s_fullPath$s_backupType.0 2>&1"; ~ $s_cmd = $s_rsync . ' ' . $s_args; ~ if ($b_debug) { ~ writeln('Executing rsync command: ' . $s_cmd); ~ } ~ $s_log .= `$s_cmd`; ~ if ($b_cleanupDryRun) { ~ rmdir("$s_fullPath$s_backupType.0"); ~ } ~ } ~ // else we j...