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)