From e93ad4a327c1ec5ff60c78e88012027430f30014 Mon Sep 17 00:00:00 2001 From: artem matinian Date: Wed, 4 Oct 2023 17:17:06 +0300 Subject: [PATCH] Adding new article for backup overview --- .../backup-and-cold-storage-dark.svg | 98 +++++++++++++++++++ .../backup-and-cold-storage-light.svg | 98 +++++++++++++++++++ .../vod/azure-cold-storage-backup.md | 5 + .../vod/backup-and-cold-storage.md | 29 ++++++ templates/documentation/vod/navigation.yaml | 4 +- 5 files changed, 232 insertions(+), 2 deletions(-) create mode 100644 templates/documentation/_assets/vod/backup-and-cold-storage/backup-and-cold-storage-dark.svg create mode 100644 templates/documentation/_assets/vod/backup-and-cold-storage/backup-and-cold-storage-light.svg create mode 100644 templates/documentation/vod/backup-and-cold-storage.md diff --git a/templates/documentation/_assets/vod/backup-and-cold-storage/backup-and-cold-storage-dark.svg b/templates/documentation/_assets/vod/backup-and-cold-storage/backup-and-cold-storage-dark.svg new file mode 100644 index 00000000..9f5cd1df --- /dev/null +++ b/templates/documentation/_assets/vod/backup-and-cold-storage/backup-and-cold-storage-dark.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/documentation/_assets/vod/backup-and-cold-storage/backup-and-cold-storage-light.svg b/templates/documentation/_assets/vod/backup-and-cold-storage/backup-and-cold-storage-light.svg new file mode 100644 index 00000000..2797d8f1 --- /dev/null +++ b/templates/documentation/_assets/vod/backup-and-cold-storage/backup-and-cold-storage-light.svg @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/templates/documentation/vod/azure-cold-storage-backup.md b/templates/documentation/vod/azure-cold-storage-backup.md index fae2c259..b5fcd60b 100644 --- a/templates/documentation/vod/azure-cold-storage-backup.md +++ b/templates/documentation/vod/azure-cold-storage-backup.md @@ -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. diff --git a/templates/documentation/vod/backup-and-cold-storage.md b/templates/documentation/vod/backup-and-cold-storage.md new file mode 100644 index 00000000..331b2022 --- /dev/null +++ b/templates/documentation/vod/backup-and-cold-storage.md @@ -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 + +
+ +{% 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" %} + +
diff --git a/templates/documentation/vod/navigation.yaml b/templates/documentation/vod/navigation.yaml index ee60d35e..adf1ba39 100644 --- a/templates/documentation/vod/navigation.yaml +++ b/templates/documentation/vod/navigation.yaml @@ -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