26 lines
671 B
Markdown
26 lines
671 B
Markdown
# 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)
|