From 6d16cb7564da964dbbe4749c1aa071a1f97c35d8 Mon Sep 17 00:00:00 2001 From: Shivam Mittal <89904835+CodeGeek04@users.noreply.github.com> Date: Sat, 12 Oct 2024 16:49:41 +0530 Subject: [PATCH] Fixed typo in automated-backups.md (#7447) --- src/data/projects/automated-backups.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/projects/automated-backups.md b/src/data/projects/automated-backups.md index 645954b13..fefcebd71 100644 --- a/src/data/projects/automated-backups.md +++ b/src/data/projects/automated-backups.md @@ -19,7 +19,7 @@ roadmapIds: - 'devops' --- -The goal of this project is to setup a scheduled workflow to backup a Database every 12 hours and upload the backup to [Clouodflare R2](https://developers.cloudflare.com/r2/) which has a free tier for storage. +The goal of this project is to setup a scheduled workflow to backup a Database every 12 hours and upload the backup to [Cloudflare R2](https://developers.cloudflare.com/r2/) which has a free tier for storage. ## Requirements @@ -43,4 +43,4 @@ Write a script to download the latest backup from R2 and restore the database.
-Database backups are essential to ensure that you can restore your data in case of a disaster. This project will give you hands on experience on how to setup a scheduled workflow to backup a database and how to restore it from a backup. \ No newline at end of file +Database backups are essential to ensure that you can restore your data in case of a disaster. This project will give you hands on experience on how to setup a scheduled workflow to backup a database and how to restore it from a backup.