From 7a6e2d6440b56362051e106c92115f39bee06732 Mon Sep 17 00:00:00 2001 From: Bram Prieshof Date: Thu, 12 Aug 2021 11:29:02 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index 5ccb016..3a0d3d7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,25 @@ # Backup-Util +Backup Util wil create backup(s) acording to the configuration +the defaullt/expected location of this software is /opt/BackupUtil +Backup-Util.sh is the script and Backup-Util.conf contains the configuration + +Backups wil be stored using the following standard + +``` +BackupServer/ +└── DATE + ├── SITENAME + └── System + └── HOSTNAME +``` +The Site backup can contain the following: +* A Copy of webroot for this site +* WordPress a AI1M backup +* A MySQL database dumb + +Web-V2: for each Site/CMS a siteBackup line is added to the Config + +The System backup contains the following: +* Configuration (/etc) +* Exta tools (/opt)