Displaying 1 result from an estimated 1 matches for "build56".
Did you mean:
build58
2008 Sep 29
1
rsync hangs after counting some file list
...$retVal 0]
set spawn_id [lindex $retVal 1]
set os_error [lindex $retVal 2]
set exit_status [lindex $retVal 3]
exit $exit_status ## returning the exit status of the rsync command.
When I run the script I get the following output and it hangs indefinitely.
~/ravit/ravi.ex "--link-dest=/Build56/source/"
"user@remotemachine:/Build58/source/"
"./source/"
exp_spawn rsync -avz --stats --progress --partial
--link-dest=/Build56/source/ user@remotemachine:/Build58/source/ ./source/
user@remotemachine's password:
receiving file list ...
20900 files...
(There are lot...