From a0a0043f85f73b355e703009c99992f5d17d8d71 Mon Sep 17 00:00:00 2001 From: EAC Date: Mon, 5 Jun 2017 12:26:36 -0400 Subject: [PATCH] updated the readme format --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 070e93e..c832411 100644 --- a/README.md +++ b/README.md @@ -14,25 +14,34 @@ The Bash scripts used to backup database and folders on a server ## Getting started Rename __config.txt__ to __config.sh__ and update the values in the file. + ```bash $ mv config.txt config.sh ``` + Rename __folders.txt__ to __folders__ and update the values in the file. + ```bash $ mv folders.txt folders ``` + Rename __databases.txt__ to __databases__ and update the values in the file. + ```bash $ mv databases.txt databases ``` + Make sure all the needed files are executable + ```bash $ chmod +x run.sh $ chmod +x main.sh $ chmod +x incl.sh $ chmod +x config.sh ``` + Run the script + ```bash $ ./run.sh ```