diff --git a/sync.sh b/sync.sh
index 13331d029d07e51aa59a0e5bd43e782d1fe9f025..c117b57b4b73c5a66d094a9247cf3b9cbe1ab997 100644
--- a/sync.sh
+++ b/sync.sh
@@ -27,6 +27,6 @@ warning "Starting at $(date -u)"
 
 find overlay/ -type f -name .gitkeep -delete
 
-LC_ALL=C.UTF-8 rsync -acxvn --no-times --delete-after --exclude '*-opkg' -e "ssh -p ${OPENWRT_SSH_PORT:-22}" overlay/ "${OPENWRT_SSH_HOST:-root@192.168.0.1}:/overlay/upper/" || die "Couldn't rsync config"
+LC_ALL=C.UTF-8 rsync -acxv --no-times --delete-after --exclude '*-opkg' -e "ssh -p ${OPENWRT_SSH_PORT:-22}" overlay/ "${OPENWRT_SSH_HOST:-root@192.168.0.1}:/overlay/upper/" || die "Couldn't rsync config"
 
 success "Done at $(date -u)"