21.4.2016, 20.22, Anssi Johansson kirjoitti: > 21.4.2016, 19.01, Judit Flo Gaya kirjoitti: >>> Producing: >>> /usr/bin/rsync -vrltH --partial --delay-updates --delete-after >>> --delete-excluded --stats --timeout=600 --exclude=.snapshot/ >>> rsync://us-msync.centos.org/CentOS /misc/mirrors-rw/centos > > You could try --delete-delay instead of --delete-after. See "man rsync" > for details. "Some options require rsync to know the full file list, so these options disable the incremental recursion mode. These include: --delete-before, --delete-after, --prune-empty-dirs, and --delay-updates. Because of this, the default delete mode when you specify --delete is now --delete-during when both ends of the connection are at least 3.0.0 (use --del or --delete-during to request this improved deletion mode explicitly). See also the --delete-delay option that is a better choice than using --delete-after." You could also try without --delay-updates, which also triggers this requirement to know the full file list in advance. You could also try spreading the load by changing the centos sync to start at xx:27, and centos-debuginfo sync at xx:33 or so.