diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-09-30 08:56:16 +0200 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-09-30 08:56:16 +0200 |
commit | 106a5d95148032f8a933b1ef1388eef27a4089f1 (patch) | |
tree | 7e653e9b52b44594c0a88be677d705339dabefeb /doc/raketasks | |
parent | efcac2befc8d890c61dec434e238520ab401fa46 (diff) | |
download | gitlab-ce-106a5d95148032f8a933b1ef1388eef27a4089f1.tar.gz |
Make hyperlinks out of the links.
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 06ec88c3d58..096a4290c34 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: |