From 89b861c7f7b4cd4a7e2b2e4452733964b0597b61 Mon Sep 17 00:00:00 2001 From: gospodar Date: Sun, 12 Feb 2023 14:43:52 +0100 Subject: [PATCH] damn markdown --- README.MD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.MD b/README.MD index 423461c..cbd23b1 100644 --- a/README.MD +++ b/README.MD @@ -1,15 +1,15 @@ -## Backify 🗃️ -=========== +# Backify 🗃️ +------------------- -### What is Backify? 👾 +## What is Backify? 👾 ------------------- Backify is a shell script that helps you automate the backup process of all kinds of data from Linux systems. It differs from other backup scripts because it gives you the flexibility to choose what you want to save, ranging from system logs to containers. The script was tailored to meet personal needs as there was no complete solution for the specific use case. -### Prerequisites 👷 +## Prerequisites 👷 ------------------- @@ -20,7 +20,7 @@ Backify is a shell script that helps you automate the backup process of all kind - The system must be either a Red Hat-based or an Ubuntu-based distribution. -### Configuration 🧙‍♂️ +## Configuration 🧙‍♂️ ------------------- @@ -58,7 +58,7 @@ All configuration options can be found in the `backup.cfg` file. The script has | db_all | ------> | Dump all databases instead of specific one | -### Script Execution 🪄 +## Script Execution 🪄 ------------------- @@ -75,7 +75,7 @@ Finally, the script will create a new directory with a timestamped name in the b The components specified in the configuration file will then be backed up to the newly created directory. -### Automation 🤖 +## Automation 🤖 -------------------