From 6fa0bad07e02e95971986c20194dd747e76882f8 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Fri, 8 May 2015 22:03:16 +0530 Subject: [PATCH] readme: added "Amazon Web Services (AWS) Remote Backups" to TOC --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cdd6f23f..c540cd4d 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ - [Creating Backups](#creating-backups) - [Restoring Backups](#restoring-backups) - [Automated Backups](#automated-backups) + + [Amazon Web Services (AWS) Remote Backups](#amazon-web-services-aws-remote-backups) - [Shell Access](#shell-access) - [Upgrading](#upgrading) - [Rake Tasks](#rake-tasks) @@ -850,7 +851,7 @@ Daily backups are created at `GITLAB_BACKUP_TIME` which defaults to `04:00` ever By default, when automated backups are enabled, backups are held for a period of 7 days. While when automated backups are disabled, the backups are held for an infinite period of time. This can behavior can be configured via the `GITLAB_BACKUP_EXPIRY` option. -## Automatic Amazon Web Services (AWS) S3 Uploads +### Amazon Web Services (AWS) Remote Backups The image can be configured to automatically upload the backups to an AWS S3 bucket. To enable automatic AWS backups first add `-e 'AWS_BACKUPS=true'` to the docker run command. In addition `AWS_BACKUP_REGION` and `AWS_BACKUP_BUCKET` must be properly configured to point to the desired AWS location. Finally an IAM user must be configured with appropriate access permission and their AWS keys exposed through `AWS_BACKUP_ACCESS_KEY_ID` and `AWS_BACKUP_SECRET_ACCESS_KEY`.