Added backupscrip for gitlab

This commit is contained in:
Matthew McKinnon 2015-01-05 21:21:00 +10:00
parent 27ec402ddb
commit fcf73c86cd

4
gitlabbackup.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
mkdir -p /BACKUP/gitlab
chown -R git:git /BACKUP/gitlab
gitlab-rake gitlab:backup:create