    rsync --archive --sparse --hard-links --stats --delay-updates --exclude=images --exclude=debug \
    archive.mariadb.org::mariadb/yum/11.6/rhel/8/x86_64/ \
    /var/www/html/repos/enterprise/8/mariadb-11.6/x86_64/ && \
    createrepo --update --keep-all-metadata \
    /var/www/html/repos/enterprise/8/mariadb-11.6/x86_64/
