-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #285 from apivideo/azure-cold-storage-article
Adding new article for backup overview
- Loading branch information
Showing
5 changed files
with
232 additions
and
2 deletions.
There are no files selected for viewing
98 changes: 98 additions & 0 deletions
98
...umentation/_assets/vod/backup-and-cold-storage/backup-and-cold-storage-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
98 changes: 98 additions & 0 deletions
98
...mentation/_assets/vod/backup-and-cold-storage/backup-and-cold-storage-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
title: "api.video backup and cold storage" | ||
slug: "backup-and-cold-storage" | ||
meta: | ||
description: Backup your uploaded videos to your preferred provider. | ||
--- | ||
|
||
# Backup & Cold Storage | ||
|
||
It's important to feel safe and know that the content you've uploaded is backed up. While api.video got you covered by backing up the videos and having a disaster recovery plan, we understand that you might want to take an extra step and have your own backup. | ||
|
||
There are also cases where you would only want to use api.video's transcoding power but then host your transcoded videos on a different storage solution. | ||
|
||
With this in mind, we've created ways for you to backup your already transcoded videos to your preferred providers. | ||
|
||
In this section, you'll be able to find guides on how to backup the videos hosted on api.video to your Azure Storage account, Amazon S3 and other storage providers. | ||
|
||
|
||
{% include "_partials/dark-light-image.md" dark: "/_assets/vod/backup-and-cold-storage/backup-and-cold-storage-dark.svg", light: "/_assets/vod/backup-and-cold-storage/backup-and-cold-storage-light.svg" %} | ||
|
||
Below, you will find the scripts that are available for your disposale in order to backup your videos from api.video. | ||
|
||
## Available Scripts | ||
|
||
<div class="hagrid"> | ||
|
||
{% include "_partials/hagrid-item.md" title: "Azure", image: "/_assets/get-started/migration-guide/Microsoft_Azure.svg", subtitle: "Storage account", link: "./azure-cold-storage-backup.md" %} | ||
|
||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters