diff --git a/unit-files/backup@.service b/unit-files/backup@.service
index 252fdef5365d40fcaa73e22abd5a799c50a6bf53..64c40154c55f4c3f88b0d48e88a4142210287fc7 100644
--- a/unit-files/backup@.service
+++ b/unit-files/backup@.service
@@ -27,6 +27,4 @@ ExecStart=/bin/bash -euxc ' \
   git config --local user.email "backups@%i"; \
   git config --local user.name "backup service running at %i"; \
   git commit --allow-empty -m"backup %i @ `hostname` - `date`"; \
-  echo "be careful: hidden sync functionnality"; \
-  git pull --rebase; \
   git push -u origin master'