damn markdown

This commit is contained in:
gospodar 2023-02-12 14:43:52 +01:00
parent 2f66ba386f
commit 89b861c7f7

View File

@ -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 🤖
-------------------