Dump all databases, refactoring, docs

This commit is contained in:
2023-02-11 11:58:21 +01:00
parent 59a370ba74
commit 5183b9bc7d
3 changed files with 27 additions and 11 deletions

View File

@@ -35,6 +35,11 @@ All configuration options can be found in the `backup.cfg` file. The script has
| docker_images | true/false | Backup Docker images |
| docker_volumes | true/false | Backup Docker volumes |
| docker_data | true/false | Backup container information |
| db_backup | true/false | Backup database |
| database_type | mysql/postgresql | Database type |
| db_username | ------> | Username for DB access |
| db_password | ------> | Password for DB access |
| db_name | ------> | Name of database |
To-Do List
----------
@@ -42,8 +47,5 @@ To-Do List
- [ ] Rsync implementation via shell
- [ ] Rsync implementation via Docker
- [ ] Cron scheduler
- [x] RHEL/Ubuntu parser
- [x] Automatic adjustments per system
- [x] MySQL backups
- [ ] PostgreSQL backups
- [ ] Cover more system logs