Skip to content
Snippets Groups Projects
Verified Commit 0c79c635 authored by nd's avatar nd
Browse files

make gitlab backups rsyncable

parent 2c641932
Branches
No related tags found
No related merge requests found
- name: add gitlab-rake backup cronjob - name: add gitlab-rake backup cronjob
cron: cron:
name: gitlab-rake backup name: gitlab-rake backup
job: "/opt/gitlab/bin/gitlab-rake gitlab:backup:create CRON=1{% if gitlab.backup.disable_part %} SKIP={{ gitlab.backup.disable_part|join(',') }}{%endif%}" job: "/opt/gitlab/bin/gitlab-rake gitlab:backup:create GZIP_RSYNCABLE=yes CRON=1{% if gitlab.backup.disable_part %} SKIP={{ gitlab.backup.disable_part|join(',') }}{%endif%}"
special_time: daily special_time: daily
- name: add gitlab-tar backup cronjob - name: add gitlab-tar backup cronjob
cron: cron:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment