Skip to content

Commit

Permalink
storage details added
Browse files Browse the repository at this point in the history
  • Loading branch information
elv1s42 committed Mar 23, 2021
1 parent a9a41a2 commit 9427169
Show file tree
Hide file tree
Showing 11 changed files with 95 additions and 7 deletions.
63 changes: 63 additions & 0 deletions content/custom-storages/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
---
weight: 10
---

# Storage configuration

## Cloudback default storage

By default, Cloudback uses its own storage to save backups of your repositories. The storage is powered by Microsoft Azure Storage and available for all Cloudback users without any additional payments.

## Custom storages

Cloudback provides you the ability to set up your own custom storage that will be used to save repository backups.

<p align="center">
<a href="/"><img src="https://raw.githubusercontent.com/cloudback/docs/master/static/storages.png" alt="img" style="width: 500px;"></a>
</p>

There are several options available for Cloudback users:

- Microsoft Azure Blob Container
- Amazon S3 Bucket
- Amazon S3 Glacier
- Google Cloud Storage Bucket
- Alibaba Cloud Object Storage Service

Each of the options can be used as a custom storage for the repository backups. You can use any of your custom storage for each of your repositories. Please be aware that the user-defined storages are provided by third-party companies may require additional expenses which are not included in Cloudback's pricing.

## Setting up a custom storage

You can set up custom storage using the steps below.

**Step 1:** Open repository settings

Open repository settings by clicking on the `Settings` button in the top right corner of your repository card

<p align="center">
<img src="https://github.com/cloudback/docs/blob/master/static/custom_storage_screeshot1.png?raw=true" alt="img" class="screenshot">
</p>

**Step 2:** Open the 'New Storage' window

Click on the `+ New storage` button in the middle of the repository card settings

<p align="center">
<img src="https://github.com/cloudback/docs/blob/master/static/custom_storage_screeshot2.png?raw=true" alt="img" class="screenshot">
</p>

**Step 3:** Fill in storage details

Type the name of the storage you want to create, select the storage provider, fill in other required details for the storage and click on the `Save` button.

<p align="center">
<img src="https://github.com/cloudback/docs/blob/master/static/custom_storage_screeshot3.png?raw=true" alt="img" class="screenshot">
</p>

Read more about setting up the custom storages:

- [Set up new storage using Microsoft Azure Blob Container](https://docs.cloudback.it/custom-storages/microsoft-azure-blob-container/)
- [Set up new storage using Amazon S3 Bucket](https://docs.cloudback.it/custom-storages/amazon-s3-bucket/)
- [Set up new storage using Amazon S3 Glacier](https://docs.cloudback.it/custom-storages/amazon-s3-glacier/)
- [Set up new storage using Google Cloud Storage Bucket](https://docs.cloudback.it/custom-storages/google-cloud/)
- [Set up new storage using Alibaba Cloud Object Storage Service](https://docs.cloudback.it/custom-storages/alibaba-cloud/)
8 changes: 8 additions & 0 deletions content/custom-storages/alibaba-cloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Alibaba Cloud Object Storage Service
weight: 5
---

# Alibaba Cloud Object Storage Service

Page is under development
8 changes: 8 additions & 0 deletions content/custom-storages/amazon-s3-bucket.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Amazon S3 Bucket
weight: 2
---

# Amazon S3 Bucket

Page is under development
8 changes: 8 additions & 0 deletions content/custom-storages/amazon-s3-glacier.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Amazon S3 Glacier
weight: 3
---

# Amazon S3 Glacier

Page is under development
8 changes: 8 additions & 0 deletions content/custom-storages/google-cloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: Google Cloud Storage Bucket
weight: 4
---

# Google Cloud Storage Bucket

Page is under development
7 changes: 0 additions & 7 deletions content/how-to-configure-custom-storage/_index.md

This file was deleted.

Binary file added static/custom_storage_screeshot1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/custom_storage_screeshot2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/custom_storage_screeshot3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/storages.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9427169

Please sign in to comment.