branch rename
This commit is contained in:
21
README.md
21
README.md
@@ -4,12 +4,22 @@ Welcome to public repository of my [Git Server](https://git.limbosolutions.com)
|
||||
|
||||
Using [gitea](https://git.limbosolutions.com/kb/gitea) and [duplicati](https://git.limbosolutions.com/kb/duplicati) for backups.
|
||||
|
||||
|
||||
- [Requirements](#requirements)
|
||||
- [Setup](#setup)
|
||||
- [Backup and Restore](#backup-and-restore)
|
||||
- [Duplicati - git job Options](#duplicati---git-job-options)
|
||||
- [Restore Database](#restore-database)
|
||||
- [Git Action](#git-action)
|
||||
- [runners](#runners)
|
||||
- [lxc container - proxmox](#lxc-container---proxmox)
|
||||
- [act tunner](#act-tunner)
|
||||
|
||||
## Requirements
|
||||
|
||||
- Docker
|
||||
- Docker Compose
|
||||
- Portainer (optional)
|
||||
- [Duplicati Image with mySql client](https://git.limbosolutions.com/kb/duplicati/src/branch/main/docker/mysqlclient/README.md)
|
||||
|
||||
## Setup
|
||||
|
||||
@@ -17,7 +27,7 @@ Using [gitea](https://git.limbosolutions.com/kb/gitea) and [duplicati](https://g
|
||||
|
||||
## Backup and Restore
|
||||
|
||||
Using [custom duplicati image](https://git.limbosolutions.com/kb/duplicati) to daily backups files and databases. Every action (backup/restore) creates an log entry on docker.
|
||||
Using [custom duplicati image](https://git.limbosolutions.com/kb/duplicati) to daily backups files and databases and custom logs.
|
||||
|
||||
Docker Log.
|
||||
|
||||
@@ -40,14 +50,9 @@ mysql --host db -uroot -p ${MYSQL_DATABASE} < /db-dumps/$DB_FILE
|
||||
#root password (root password is the enviromnent variable ${MYSQL_ROOT_PASSWORD})
|
||||
```
|
||||
|
||||
## Maintenance
|
||||
|
||||
* latest update - 2024-02-18
|
||||
|
||||
|
||||
## Git Action
|
||||
|
||||
## runers
|
||||
## runners
|
||||
|
||||
## lxc container - proxmox
|
||||
|
||||
|
||||
Reference in New Issue
Block a user