diff --git a/README.MD b/README.MD index cbd23b1..d22cd34 100644 --- a/README.MD +++ b/README.MD @@ -1,16 +1,12 @@ # 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 👷 -------------------- - The script must be executed as root. @@ -21,7 +17,6 @@ Backify is a shell script that helps you automate the backup process of all kind ## Configuration 🧙‍♂️ -------------------- All configuration options can be found in the `backup.cfg` file. The script has an integrity check in place to ensure that no external commands can be embedded into it by malware. The following table provides an overview of the available configuration options: @@ -59,7 +54,6 @@ All configuration options can be found in the `backup.cfg` file. The script has ## Script Execution 🪄 -------------------- To execute the script, simply run the following command in the terminal: @@ -76,7 +70,6 @@ The components specified in the configuration file will then be backed up to the ## Automation 🤖 -------------------- Here's an example of how you can use cron on Linux to run your script every day at 12 PM: @@ -84,5 +77,7 @@ Here's an example of how you can use cron on Linux to run your script every day Open the terminal and type crontab -e to open the cron table for editing. Add the following line to the end of the file: + > 0 12 * * * /path/to/your/script.sh + Save and exit the file. \ No newline at end of file