diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-29 15:02:39 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2014-09-29 15:03:08 +0200 |
commit | e1f6fa6f18afa8461cd82a56250222c2972c7785 (patch) | |
tree | 0ab90fe685c4054f8752dd7c5b196a39b9fa8d42 /config/gitlab.yml.example | |
parent | 0e8e9e5d77478294288d34474e580916418ddd91 (diff) | |
download | gitlab-ce-e1f6fa6f18afa8461cd82a56250222c2972c7785.tar.gz |
Add backup upload support to the rake task
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 3092ebf3450..ad1db4b4f43 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -212,6 +212,14 @@ production: &base backup: path: "tmp/backups" # Relative paths are relative to Rails.root (default: tmp/backups/) # keep_time: 604800 # default: 0 (forever) (in seconds) + # upload: + # # Fog storage connection settings, see http://fog.io/storage/ . + # connection: + # provider: AWS + # aws_access_key_id: AKIAKIAKI + # aws_secret_access_key: 'secret123' + # # The remote 'directory' to store your backups. For S3, this would be the bucket name. + # remote_directory: 'my.s3.bucket' ## GitLab Shell settings gitlab_shell: |