diff options
author | Stefan Morgenthaler <gh@guerilladesigns.com> | 2012-07-09 23:45:43 +0200 |
---|---|---|
committer | Stefan Morgenthaler <gh@guerilladesigns.com> | 2012-07-10 00:01:05 +0200 |
commit | 12b34c8115bbb35524880bca4f21ad0939de4b77 (patch) | |
tree | 89e174668d41f3eb04883ad8dcb7dc21b53aeb8d /config | |
parent | be1b40802dcbfd59ecdd3c7439fc48d6cec97e2b (diff) | |
download | gitlab-ce-12b34c8115bbb35524880bca4f21ad0939de4b77.tar.gz |
add: rake task to backup/restore gitlab db and repos
Diffstat (limited to 'config')
-rw-r--r-- | config/gitlab.yml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 12c28675139..473be138950 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -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) # |