diff options
author | Rémy Coutable <remy@rymai.me> | 2017-01-06 19:07:50 +0100 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-01-06 19:09:59 +0100 |
commit | c73bcca27ccc26e835e587e16a81aba9813dafdf (patch) | |
tree | 9d3bc4044c5fd0038a4656e7b59c44016171aa32 /doc/raketasks | |
parent | 2dec1772f537ab607ff167cfb43b5ed5c99d5522 (diff) | |
download | gitlab-ce-c73bcca27ccc26e835e587e16a81aba9813dafdf.tar.gz |
Re-add Google Cloud Storage as a backup strategysupport-google-cloud-storage-backups
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'doc/raketasks')
-rw-r--r-- | doc/raketasks/backup_restore.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index f42bb6a81a2..43ddc419054 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -88,7 +88,7 @@ It uses the [Fog library](http://fog.io/) to perform the upload. In the example below we use Amazon S3 for storage, but Fog also lets you use [other storage providers](http://fog.io/storage/). GitLab [imports cloud drivers](https://gitlab.com/gitlab-org/gitlab-ce/blob/30f5b9a5b711b46f1065baf755e413ceced5646b/Gemfile#L88) -for AWS, OpenStack Swift and Rackspace as well. A local driver is +for AWS, Google, OpenStack Swift and Rackspace as well. A local driver is [also available](#uploading-to-locally-mounted-shares). For omnibus packages: |