From 1cbc61c6f4aa670d069fb05302b2730f5fc84d59 Mon Sep 17 00:00:00 2001 From: ZoopaMario Date: Mon, 5 Aug 2024 01:58:16 +0200 Subject: [PATCH] Add information about project to README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index e69de29..8ce75a6 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,20 @@ +# Backup Scripts + +This repository contains scripts to back up various applications. The primary script, `full-backup.sh`, coordinates the backup process by invoking individual backup scripts for each application. + +## Overview + +### Main Scripts + +- **full-backup.sh** + - Orchestrates the backup process for all applications listed in its internal array. To add a new application, simply include its name in the array. +- **logger.sh** + - Provides logging functionality to ensure all backup processes are logged. + +### Application Backup Scripts + +Each application has its own directory containing: +- Backup script +- Environment variables file (`.env`) +- Log file (created on the first run) +