~jonathan-abdiel/ubumirror/ipv6

« back to all changes in this revision

Viewing changes to ubuports

MergedĀ lp:~tribaal/ubumirror/add-timeout-configuration-knob.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
set +e
66
66
echo "$(date -R): Initiating Ubuntu ports pool sync..."
67
67
 
68
 
rsync -av --timeout=600 --partial --delete --delete-after \
 
68
rsync -av --partial --delete --delete-after \
 
69
      --timeout=$IO_TIMEOUT \
69
70
      --bwlimit=$SPEED \
70
71
      --exclude "indices/" --exclude "dists/" \
71
72
      --exclude "project/trace/${HOSTNAME}" \