On the mirror a .nobackup file is present to exclude the mirror copy
from backups. Exclude it so that rsync will not delete the file.
if lockfile -r3 "${lockfile}"; then
rsync -aH -B8192 \
${extra1} \
+ --exclude "/.nobackup" \
--exclude "/backup/*.xz" \
--exclude "/backup/dump*" \
--exclude "/build-queues/" \
# command="rsync --server -lHogDtpre.iLsf -B8192 --timeout=3600 --delete-after . /srv/ftp-master.debian.org/"
rsync -aH -B8192 \
+ --exclude "/.nobackup" \
--exclude mirror \
--exclude rsync/ \
--exclude lost+found \