Dump all databases, refactoring, docs
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user