diff --git a/examples/mirror-to-mirror.sh b/examples/mirror-to-mirror.sh index 71b66f11..9c0e937b 100644 --- a/examples/mirror-to-mirror.sh +++ b/examples/mirror-to-mirror.sh @@ -19,6 +19,7 @@ for section in repo archive; do set -x # be super careful with the trailing slashes here! if one is wrong, it'll delete the entire section! rsync --archive --delay-updates --progress --delete \ + --timeout=3600 \ /home/fdroid/public_html/${section} \ ${host}:/srv/fdroid-mirror.at.or.at/htdocs/fdroid/ & set +x