Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2014-10-01 15:56:02 +0400
committerJacob Vosmaer <jacob@gitlab.com>2014-10-01 15:56:02 +0400
commitb10774eba8bbd2162e68ea0aa96f536b7ea46a03 (patch)
treebbea0269b39fa73b90158aea686662743309c4b1 /doc/raketasks
parent8b1da505e0f46f720d5097c4850ee83f10cc8d51 (diff)
parent106a5d95148032f8a933b1ef1388eef27a4089f1 (diff)
Merge branch 'uploader-link' into 'master'
Uploader link See merge request !1133
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/backup_restore.md8
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: