Displaying 1 result from an estimated 1 matches for "minute_200310290138".
2003 Oct 29
0
rsync over ssh problem
...s, and once in a while, there
are stray processes laying around.
Like this:
Oct23 0:07 /usr/sbin/crond -l10
01:38 0:00 \_ /bin/sh -c /bin/sh cronjob-server-stats.sh minute
01:38 0:00 | \_ /bin/sh cronjob-server-stats.sh minute
01:38 0:12 | \_ rsync -vv --no-blocking-io --rsh=ssh
minute_200310290138.status <user>@<server>:server_status/directory
01:38 0:00 | \_ ssh -l <user> <server> rsync --server -vv .
server_status/<directory>
On the remote site, there is only a ssh running, where rsync seems to
have ended as it should.
This is what the log tells...