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.
|
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
|
## Requirements
|
||||||
|
|
||||||
- Docker
|
- Docker
|
||||||
- Docker Compose
|
- Docker Compose
|
||||||
- Portainer (optional)
|
- Portainer (optional)
|
||||||
- [Duplicati Image with mySql client](https://git.limbosolutions.com/kb/duplicati/src/branch/main/docker/mysqlclient/README.md)
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
@@ -17,7 +27,7 @@ Using [gitea](https://git.limbosolutions.com/kb/gitea) and [duplicati](https://g
|
|||||||
|
|
||||||
## Backup and Restore
|
## 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.
|
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})
|
#root password (root password is the enviromnent variable ${MYSQL_ROOT_PASSWORD})
|
||||||
```
|
```
|
||||||
|
|
||||||
## Maintenance
|
|
||||||
|
|
||||||
* latest update - 2024-02-18
|
|
||||||
|
|
||||||
|
|
||||||
## Git Action
|
## Git Action
|
||||||
|
|
||||||
## runers
|
## runners
|
||||||
|
|
||||||
## lxc container - proxmox
|
## lxc container - proxmox
|
||||||
|
|
||||||
|
|||||||
@@ -50,8 +50,8 @@ services:
|
|||||||
- db:/bck/db:ro
|
- db:/bck/db:ro
|
||||||
- db-dumps:/bck/db-dumps
|
- db-dumps:/bck/db-dumps
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
|
||||||
|
|
||||||
|
volumes:
|
||||||
duplicati-data:
|
duplicati-data:
|
||||||
data:
|
data:
|
||||||
db:
|
db:
|
||||||
|
|||||||
Reference in New Issue
Block a user