serverscripts/gitlabbackup.sh

5 lines
101 B
Bash
Raw Normal View History

2015-01-05 21:21:00 +10:00
#!/bin/bash
mkdir -p /BACKUP/gitlab
chown -R git:git /BACKUP/gitlab
gitlab-rake gitlab:backup:create