diff options
| author | Jacob Vosmaer <jacob@gitlab.com> | 2014-10-01 11:56:02 +0000 |
|---|---|---|
| committer | Jacob Vosmaer <jacob@gitlab.com> | 2014-10-01 11:56:02 +0000 |
| commit | b10774eba8bbd2162e68ea0aa96f536b7ea46a03 (patch) | |
| tree | bbea0269b39fa73b90158aea686662743309c4b1 /doc/raketasks | |
| parent | 8b1da505e0f46f720d5097c4850ee83f10cc8d51 (diff) | |
| parent | 106a5d95148032f8a933b1ef1388eef27a4089f1 (diff) | |
| download | gitlab-ce-b10774eba8bbd2162e68ea0aa96f536b7ea46a03.tar.gz | |
Merge branch 'uploader-link' into 'master'
Uploader link
See merge request !1133
Diffstat (limited to 'doc/raketasks')
| -rw-r--r-- | doc/raketasks/backup_restore.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/raketasks/backup_restore.md b/doc/raketasks/backup_restore.md index 9318f0390f8..b4581e2a07a 100644 --- a/doc/raketasks/backup_restore.md +++ b/doc/raketasks/backup_restore.md @@ -48,10 +48,10 @@ Deleting old backups... [SKIPPING] ## Upload backups to remote (cloud) storage -Starting with GitLab 7.4 you can let the backup script upload the '.tar' file -it creates to cloud storage using [Fog](http://fog.io/storage/). In the example -below we use Amazon S3 for storage, but Fog also lets you use other storage -backends; see http://fog.io/storage/ . +Starting with GitLab 7.4 you can let the backup script upload the '.tar' file it creates. +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/). For omnibus packages: |
