Daud Farzandminio-backup.hashnode.dev·Nov 13, 2024Building a Reliable Backup and Disaster Recovery SaaS: The RoadmapThis solution includes a directory structure and automated Bash scripts for backups using rsync and tar. It integrates MinIO for S3-like storage and uses AWS CLI for easy recovery. It also features multi-server deployment with Ansible, an API, and a ...DiscussSaaS
Payal Sharmapayal-sharma.hashnode.dev·Oct 13, 2024Day 9 Task: Shell Scripting Challenge Directory Backup with RotationToday’s challenge was about creating a simple yet effective solution for backing up files using Bash scripting. I learned how to automate the backup process and add features like keeping only the most recent backups to manage storage efficiently. Her...Discuss·28 readsDevops
Lalitkumar Waghulkarlalitwaghulkar.hashnode.dev·Jul 16, 2024Backup and Restore FailuresBacking up and restoring data is critical to managing a website or application. However, backup and restore failures can occur due to various reasons such as server errors, corrupted files, or insufficient permissions. Let's explore how to identify c...DiscussCorrupted backup
UpBack!upback.hashnode.dev·Jan 25, 2024MySQL Database Backup and RecoveryAre you equipped to handle unexpected issues in your MySQL database? Whether it's a system error or a security threat, having a robust backup and recovery plan is vital. What would you do tomorrow if it all went wrong? UpBack!: Your Solution for MyS...DiscussMySQL
UpBack!upback.hashnode.dev·Jan 16, 2024Simplifying Database Backup and Recovery with UpBack!In today’s data-driven world, securing your database is non-negotiable. With MySQL, MariaDB, and PostgreSQL being cornerstones of modern data management, their backup and recovery are paramount. Enter UpBack!: a versatile tool that streamlines this v...DiscussMySQL
Bo Cruzbocruz0033.hashnode.dev·Dec 15, 2023Demystifying Continuous Data Protection: A Comprehensive OverviewIntroduction: In today's digital age, data has become one of the most valuable assets for individuals and organizations alike. The need to protect this data from various threats, such as cyberattacks, hardware failures, and human errors, has never be...Discussbackup and recovery
Vishwas Acharyavishwasacharya.hashnode.dev·Apr 26, 2023Azure DevOps Deployment Strategies: Blue/Green vs. CanaryIn today's fast-paced software development world, DevOps practices play a critical role in delivering high-quality software to customers. Continuous integration and continuous deployment (CI/CD) are essential components of DevOps, and deployment stra...Discuss·222 readsAzureazure-devops