serverscripts/gitlabbackup.sh
2015-01-05 21:21:00 +10:00

5 lines
101 B
Bash
Executable File

#!/bin/bash
mkdir -p /BACKUP/gitlab
chown -R git:git /BACKUP/gitlab
gitlab-rake gitlab:backup:create