1

Fixed dry-mode

This commit is contained in:
2025-04-01 14:39:03 +02:00
parent 345aa6dee4
commit 04728136ca

View File

@@ -16,7 +16,6 @@ rsync -avz --delete \
--exclude='data/***' \
--no-owner --no-group \
--checksum \
--dry-run \
public/ "$DEST_USER@$DEST_HOST:$DEST_DIR"
CMD="find \"$DEST_DIR\" -type d -name data -exec rm -rf {} +"