add: rake task to backup/restore gitlab db and repos

This commit is contained in:
Stefan Morgenthaler 2012-07-09 23:45:43 +02:00
parent be1b40802d
commit 12b34c8115
2 changed files with 199 additions and 0 deletions

View file

@ -21,6 +21,8 @@ email:
# Like default project limit for user etc
app:
default_projects_limit: 10
# backup_path: "/vol/backups" # default: Rails.root + backups/
# backup_keep_time: 7.days # default: 0 (forever)
#