Commit b10774eb authored by Jacob Vosmaer's avatar Jacob Vosmaer

Merge branch 'uploader-link' into 'master'

Uploader link

See merge request !1133
parents 8b1da505 106a5d95
...@@ -48,10 +48,10 @@ Deleting old backups... [SKIPPING] ...@@ -48,10 +48,10 @@ Deleting old backups... [SKIPPING]
## Upload backups to remote (cloud) storage ## Upload backups to remote (cloud) storage
Starting with GitLab 7.4 you can let the backup script upload the '.tar' file Starting with GitLab 7.4 you can let the backup script upload the '.tar' file it creates.
it creates to cloud storage using [Fog](http://fog.io/storage/). In the example It uses the [Fog library](http://fog.io/) to perform the upload.
below we use Amazon S3 for storage, but Fog also lets you use other storage In the example below we use Amazon S3 for storage.
backends; see http://fog.io/storage/ . But Fog also lets you use [other storage providers](http://fog.io/storage/).
For omnibus packages: For omnibus packages:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment