Skip to content

Commit

Permalink
Merge pull request #285 from apivideo/azure-cold-storage-article
Browse files Browse the repository at this point in the history
Adding new article for backup overview
  • Loading branch information
szekelyzol authored Oct 4, 2023
2 parents a14fdb1 + e93ad4a commit 42dc687
Show file tree
Hide file tree
Showing 5 changed files with 232 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions templates/documentation/vod/azure-cold-storage-backup.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
---
title: "Backup your videos to Azure"
slug: "azure-cold-storage-backup"
description: Backup videos uploaded to api.video to Azure Storage account with a simple script.
---
# Video backup to Azure

At [api.video](http://api.video) we understand that sometimes, you want to make sure that your videos are safe and secure. Although api.video has a backup and disaster recovery plan, it’s up to you to decide if you want an extra backup resource or if you would like to use api.video just to transcode your videos but eventually store them on a different resource.
Expand Down
29 changes: 29 additions & 0 deletions templates/documentation/vod/backup-and-cold-storage.md
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>
4 changes: 2 additions & 2 deletions templates/documentation/vod/navigation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
href: /vod/upload-from-source.md
- label: Using upload tokens
href: /vod/delegated-upload-tokens.md
- label: Video cold storage & backup
href: /vod/azure-cold-storage-backup.md
- label: Video backup & cold storage
href: /vod/backup-and-cold-storage.md
collapsed: true
items:
- label: Video backup to Azure
Expand Down

0 comments on commit 42dc687

Please sign in to comment.