Added --delete flag to rsync call

This commit is contained in:
Thomas Oltmann 2025-10-09 16:12:53 +02:00
parent e03bcca9d1
commit 4e24fda805

View file

@ -1,2 +1,2 @@
#!/bin/sh
./build.sh && rsync -rpog --chown=:www-data --chmod=D750,F640 www karlos@karlsruhe-os.de:/srv
./build.sh && rsync --recursive --delete --group --perms --chown=:www-data --chmod=D750,F640 www karlos@karlsruhe-os.de:/srv