diff --git a/postgres/tasks/pgbackrest.yml b/postgres/tasks/pgbackrest.yml
index fb06c97a58b9452562c521e09c54fb7c908ac570..43b891afbc635a9fe17055ac3f09de56cd3c6cc3 100644
--- a/postgres/tasks/pgbackrest.yml
+++ b/postgres/tasks/pgbackrest.yml
@@ -56,12 +56,6 @@
       {% if item.sleep %}sleep $(($RANDOM \% 3600)) &&{% endif %}
       pgbackrest backup --stanza=main --type={{ item.type }}
   loop:
-    - name: frequently
-      weekday: "*"
-      hour: "*"
-      minute: "{{ pgbackrest_frequently_minute }}"
-      sleep: false
-      type: incr
     - name: daily
       weekday: 1-6
       hour: 3