Changeset 16188
- Timestamp:
- 04/23/08 10:53:06 (7 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/MidCOM_2_8/fi.hut.staticdumps/bin/dump_sites.php
r15931 r16188 358 358 * Documentroot sync 359 359 */ 360 $rsync_ret = 0; 360 361 if (isset($site_config['documentroot'])) 361 362 { … … 368 369 $rsync_cmd = "rsync {$rsync_options} {$site_config['documentroot']}/* {$site_config['dump_path']}/"; 369 370 } 370 $rsync_ret = 0;371 371 //echo "executing: {$rsync_cmd}\n"; 372 372 system($rsync_cmd, $rsync_ret);
