Displaying 1 result from an estimated 1 matches for "cpy_dest".
Did you mean:
copy_dest
2008 Aug 19
1
rsync hangs after aborting a process
...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 can stop th...