Skip to content

Commit

Permalink
Update 025-backup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz authored Jan 20, 2025
1 parent 819a862 commit e5725b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks/025-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

- name: Run the backup-forc container
shell: |
docker ps -q --filter name=backup-forc && docker stop backup-forc && docker rm backup-forc
docker run -d \
--name backup-forc \
--restart always \
Expand All @@ -49,7 +50,7 @@
-e BACKUP_ROTATION_MAX_SIZE={{ FORC_BACKUP_ROTATION_MAX_SIZE }} \
-e BACKUP_ROTATION_CUT_SIZE={{ FORC_BACKUP_ROTATION_CUT_SIZE }} \
-e BACKUP_ROTATION_SIZE_TYP={{ FORC_BACKUP_ROTATION_SIZE_TYP }} \
quay.io/denbicloud/cron-backup:0.13.5
quay.io/denbicloud/cron-backup:0.14.3
args:
executable: /bin/bash

Expand Down

0 comments on commit e5725b7

Please sign in to comment.