Prem Choudharyprem14choudhary.hashnode.dev·6 hours agoHow to take automate backup using python on local system...?First what is backup?Backup means 📁(File)→ Compress → Copy → Save. import shutil import datetime import os def backup_files(source,destination): today=datetime.date.today() backup_filename=os.path.join(destination,f"backup_{today}") stut...DiscussBackup
Felipe Augustofelipeart.hashnode.dev·Sep 10, 2024Conceitos fundamentais de Backup e Recuperação - pt. 1Este artigo aborda a disponibilidade da infraestrutura de TI, destacando a importância de manter a continuidade dos negócios e melhorar a experiência do cliente. A alta disponibilidade em diferentes camadas da infraestrutura e a importância da recupe...Discuss·27 readsrestore backup
Huzefa Ahmedhuzefaweb.hashnode.dev·Sep 7, 2024Project 4: Backup and rotation ScriptThis backup.sh script automates the process of creating backups and handles backup rotation, ensuring that only the five most recent backups are retained. Let me walk you through the script: Key Functions: display_usage: This function displays a sim...DiscussDevops
Akash Rajvanshihacstac.hashnode.dev·Sep 1, 2024🚀 Day 94/100 🚀What a day! My Mac isn't booting, so I set up an old machine with Archcraft. Still diving into Azure Backup and Recovery services. Yesterday was all about on-premise and Azure VM backups; today, it's MARS agent and File Share backup. For Python, Rea...Discuss#100DaysOfDevOpsAzure
Akash Rajvanshihacstac.hashnode.dev·Sep 1, 2024🚀 Day 92/100 🚀Spent a full day testing labs on AZ-104 and exploring MS Learn Docs. Covered Azure Storage and Templates. Today, I’m focused on Backup, DR, and moving resources between RGs and regions. https://microsoftlearning.github.io/AZ-104-MicrosoftAzureAdminis...Discuss#100DaysOfDevOpsAzure
Maryjane Enechukwuchizy.hashnode.dev·Aug 31, 2024Unseen Threats: How to Secure Your Infrastructure and Backup your Data.Here is What Will Happen to Your Application If You Don’t Prioritise Security.... Imagine waking up to a notification that your application is down, data has been leaked, or unauthorised access was gained during a Disaster Recovery (DR) operation. Th...Discuss·10 likesSecurity
Muhammad Atif Hasnaindevops.goonline.dev·Aug 28, 2024Complete Guide to Efficient Data Management with Azure Data Factory and SQL DatabaseIn the modern digital landscape, databases can quickly accumulate large amounts of data, leading to performance issues and increased storage costs. This guide will walk you through a complete process for efficiently managing and deleting old records ...DiscussAzure
Edward Obohedwardoboh.hashnode.dev·Aug 24, 2024Kubernetes Cluster Backup and Migration with VeleroIntroduction Velero is an open-source tool that offers a reliable and efficient way to back up and migrate Kubernetes clusters. It is widely used for disaster recovery, backups, and cluster migrations. Velero’s flexibility and support for multiple st...Discuss·1 like·44 readsKubernetes
MD. TANVIR RAHMANcodewithtanvir.hashnode.dev·Aug 24, 2024Linux Backup : A project based ApproachScenario: As a Junior System Administrator at Office Security Solution, you’ve been tasked with setting up accounts for new employees and interns joining your company. Task 1: Your company is onboarding two full-time employees and two interns. You ...DiscussLinux
Vibhuti Jainvibhutijain.hashnode.dev·Aug 18, 2024Day 5 Task: Advanced Linux Shell Scripting for DevOps Engineers with User ManagementCreate Directories Using Shell Script: Write a bash script createDirectories.sh that, when executed with three arguments (directory name, start number of directories, and end number of directories), creates a specified number of directories with a d...Discuss·43 readsadvanceshellscripting