This commit is contained in:
gospodar 2023-02-12 14:28:20 +01:00
parent 8e2e28602f
commit a428d3bc9e

View File

@ -1,13 +1,20 @@
Backify 🗃️
===========
A powerful and automated bash script for backing up all kinds of Linux data, archiving it and pushing it to a remote host.
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 👷
-------------------
- The script must be executed as root.
- A configuration file named `backup.cfg` must exist in the same directory as the script.
- The system must be either a Red Hat-based or an Ubuntu-based distribution.
Configuration 🧙‍♂️
-------------------