Added backupscrip for gitlab
This commit is contained in:
parent
27ec402ddb
commit
fcf73c86cd
4
gitlabbackup.sh
Executable file
4
gitlabbackup.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
mkdir -p /BACKUP/gitlab
|
||||||
|
chown -R git:git /BACKUP/gitlab
|
||||||
|
gitlab-rake gitlab:backup:create
|
Loading…
Reference in New Issue
Block a user