diff --git a/defaults/main.yml b/defaults/main.yml
index b84e9e8e48be0cb3be93fbf2562dc10db3050a4f..959f0703af2082ce1c2de8db90f6163677e734d4 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -1,6 +1,6 @@
 ---
 
-nextcloud_version: 29.0.6
+nextcloud_version: 29.0.7
 nextcloud_mode: apache
 nextcloud_plugins:
   - announcementcenter
diff --git a/tasks/install.yml b/tasks/install.yml
index 6a3e48969936d58eb5782bbc3efa2a6ef1934fc9..dbc08c568c5cd781a964540eb258a382913a44db 100644
--- a/tasks/install.yml
+++ b/tasks/install.yml
@@ -49,6 +49,8 @@
     application_root: '{{ dataRoot }}.backup'
     application_backup_source: '{{ dataRoot }}'
   when: nextcloud_mode == 'docker' and nextcloud.borg_repo is defined
+  tags:
+    - deploy
 
 - name: Enable Maintenance Mode
   command: '{{ php_command }} ./occ maintenance:mode --on --no-interaction --no-warnings'