mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-11-23 16:02:29 +00:00
Update README.md
This commit is contained in:
@@ -38,8 +38,6 @@ Automatically detects and backs up volumes, mysql, mariadb and postgres database
|
|||||||
docker pull zettaio/restic-compose-backup
|
docker pull zettaio/restic-compose-backup
|
||||||
```
|
```
|
||||||
|
|
||||||
.. or clone this repo and build it.
|
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Required env variables for restic:
|
Required env variables for restic:
|
||||||
@@ -81,7 +79,7 @@ version: '3'
|
|||||||
services:
|
services:
|
||||||
# The backup service
|
# The backup service
|
||||||
backup:
|
backup:
|
||||||
build: restic-compose-backup
|
image: zettaio/restic-compose-backup
|
||||||
environment:
|
environment:
|
||||||
- RESTIC_REPOSITORY=<whatever restic supports>
|
- RESTIC_REPOSITORY=<whatever restic supports>
|
||||||
- RESTIC_PASSWORD=hopefullyasecturepw
|
- RESTIC_PASSWORD=hopefullyasecturepw
|
||||||
@@ -178,7 +176,6 @@ path `/databases/<service_name>/dump.sql` or similar.
|
|||||||
restic-compose-backup.postgres: true
|
restic-compose-backup.postgres: true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Running Tests
|
## Running Tests
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user