Commit 455cd24f authored by Alain Takoudjou's avatar Alain Takoudjou

software/gitlab: add some gitlab cache folders to exporter.exclude

parent 07444616
...@@ -58,7 +58,7 @@ md5sum = 35bb9f1d8f4fd6675bd768d8a7e1253c ...@@ -58,7 +58,7 @@ md5sum = 35bb9f1d8f4fd6675bd768d8a7e1253c
[instance-gitlab-export.cfg.in] [instance-gitlab-export.cfg.in]
_update_hash_filename_ = instance-gitlab-export.cfg.in _update_hash_filename_ = instance-gitlab-export.cfg.in
md5sum = 330e1b13f793303e069ec8b7b8c882ea md5sum = 550c96c4652b6d93b6b423b4f0c2ab19
[macrolib.cfg.in] [macrolib.cfg.in]
_update_hash_filename_ = macrolib.cfg.in _update_hash_filename_ = macrolib.cfg.in
......
...@@ -46,6 +46,7 @@ input = inline: gitlab-shell-work* ...@@ -46,6 +46,7 @@ input = inline: gitlab-shell-work*
gitlab-work* gitlab-work*
var/log/** var/log/**
var/backup/** var/backup/**
var/gitlab/**
var/repositories* var/repositories*
var/repositories/** var/repositories/**
srv/postgresql/** srv/postgresql/**
...@@ -55,6 +56,7 @@ input = inline: gitlab-shell-work* ...@@ -55,6 +56,7 @@ input = inline: gitlab-shell-work*
etc/service/postgres-start etc/service/postgres-start
srv/redis/** srv/redis/**
srv/puma/puma.socket srv/puma/puma.socket
.cache/**
.cache .cache
output = ${directory:srv}/exporter.exclude output = ${directory:srv}/exporter.exclude
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment