summaryrefslogtreecommitdiff
path: root/gitlab-server/manifest
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-05-19 16:20:53 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-05-20 14:23:45 +0000
commitcd86b155042f6fca18c231b862d8e923eb38b441 (patch)
treeef877aede038726888dd50e34331af4a1c84e3f2 /gitlab-server/manifest
parentbc347a438b36c60931602bf86d4156d332cb9cde (diff)
downloaddefinitions-cd86b155042f6fca18c231b862d8e923eb38b441.tar.gz
Add GitLab backup automation
This adds a systemd timer unit to back up a GitLab instance every four hours. The backup is placed as /home/git/gitlab-backup.tar and it is expected Something Else retrieves that.
Diffstat (limited to 'gitlab-server/manifest')
-rw-r--r--gitlab-server/manifest3
1 files changed, 3 insertions, 0 deletions
diff --git a/gitlab-server/manifest b/gitlab-server/manifest
index 8d1dae7a..7ac74744 100644
--- a/gitlab-server/manifest
+++ b/gitlab-server/manifest
@@ -1,5 +1,6 @@
0100755 0 0 /usr/share/gitlab-setup
0040755 0 0 /usr/share/gitlab-install
+0100755 0 0 /usr/share/gitlab-install/backup-gitlab
0040755 0 0 /usr/share/gitlab-install/gitlab
0040755 0 0 /usr/share/gitlab-install/gitlab/config
0100644 0 0 /usr/share/gitlab-install/gitlab/config/gitlab.yml
@@ -32,3 +33,5 @@
0100644 0 0 /usr/share/gitlab-install/systemd-units/nginx.service
0100644 0 0 /usr/share/gitlab-install/systemd-units/postgres.service
0100644 0 0 /usr/share/gitlab-install/systemd-units/redis.service
+0100644 0 0 /usr/share/gitlab-install/systemd-units/gitlab-backup.service
+0100644 0 0 /usr/share/gitlab-install/systemd-units/gitlab-backup.timer