adding natpub-2.komre.net as publisher

This commit is contained in:
Maria Haider 2023-12-12 11:19:12 +01:00
parent 91cb6663a6
commit 88c1142669
Signed by: mariah
GPG key ID: 7414A760CA747E57

View file

@ -17,7 +17,7 @@ if [ "${sync_host}x" != "${my_hostname}x" ]; then
exit 0
fi
for publisher in natpub-1.komreg.net; do
for publisher in natpub-1.komreg.net natpub-2.komreg.net; do
echo "rsync to ${publisher}"
rsync -a --exclude "/status/" --delete /opt/mdqp/work/signed_metadata/ ${publisher}:
done