Update 'README.md'
This commit is contained in:
23
README.md
23
README.md
@@ -1,2 +1,25 @@
|
|||||||
# Backup-Util
|
# 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)
|
||||||
|
|||||||
Reference in New Issue
Block a user