mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Merge branch 'mirror-rsync-timeout' into 'master'
mirror-to-mirror.sh: set 1h timeout for rsync runs See merge request fdroid/fdroidserver!1381
This commit is contained in:
commit
04aa9d2a06
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue