]> git.tuebingen.mpg.de Git - dss.git/commit
Prevent busy loops on rsync exit code 13.
authorAndre Noll <maan@systemlinux.org>
Thu, 6 Nov 2008 09:32:01 +0000 (10:32 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 6 Nov 2008 09:32:01 +0000 (10:32 +0100)
commit38241adb35761475ac010eca4ac1141f3fee79a8
tree296440fb574d62b55bc30aebe71c176b4b58067c
parentdf465017098a79eaa7b1c1c2f958f262b4dc521e
Prevent busy loops on rsync exit code 13.

We restart the rsync process in case it returned with exit code 13
which unfortunately happens for some unknown reasons even with a
valid configuration.

This may lead to a busy loop, so wait at least one minute before
restarting rsync.
dss.c