Skip to content
Snippets Groups Projects
Commit 90a51d33 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Merge branch 'gitlab-backup-gzip-rsyncable' into 'master'

gitlab-backup: Set GZIP_RSYNCABLE=yes so borg can dedup

See merge request !429
parents 1ed1ee0f 2222767c
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@ echo "emptying backup directory ${backupdir}"
# Verify that the gitlab_backupdir in ansible was defined, otherwise we will rm /* and remove the previous backup
rm -r "${backupdir:?backup dir unset}/"*
docker exec gitlab gitlab-backup create STRATEGY=copy SKIP=tar
docker exec gitlab gitlab-backup create STRATEGY=copy SKIP=tar GZIP_RSYNCABLE=yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment