Displaying 2 results from an estimated 2 matches for "cpy_src".
Did you mean:
py_src
2008 Aug 19
1
rsync hangs after aborting a process
...created, I made a mistake
and aborted the running script with a ctrl-C keyboard interrupt. The
command that was running at the time was as follows:
${RSYNC_CMD} -aNHAXx --protect-args --fileflags --force-change
--rsync-path="/usr/local/bin/rsync" <username>@<my.server.com>:${CPY_SRC}
${CPY_DEST}
The expected data transfer was somewhere in the range of 150GB, but all in
small-to-medium sized text files and images. The transfer was aborted after
approximately 10GB of files were transferred.
Now, whenever I try to run the same script, rsync hangs. No data is
transferred. I...
2001 Sep 13
0
?: 'rsync' hang with 'sshd2' (F-Secure), Digital Unix (OSF1) and HP/UX 11
...h' connection between the machines
works OK. The 'scp' works also (though a bit slowly ...)
I have tried many combinations of swithces, but e.g.the normal single
directory sync:
./rsync -e /usr/local/bin/ssh --rsync-path=/usr/users/rem_usr/bin/rsync
rem_usr@rem_host:/usr/users/rem_usr/cpy_src/ ./cpy_target/
executed on HP/UX 11 side seems to be hanging.
It seems that the 'rsync' transfer will start but it may hang
without any proper error messages on the client side.
It may e.g. transfer 0 to 80 of several ~4MB
files - (most often count is 0)
- and when it hangs it looks li...