Update README.md
This commit is contained in:
parent
2848738789
commit
151f3cfeeb
1 changed files with 2 additions and 4 deletions
|
@ -3,10 +3,8 @@
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Automatically detects and backs up volumes, mysql, mariadb and postgres databases in a docker-compose setup.
|
|
||||||
Currently tested with docker-ce 17, 18 and 19.
|
|
||||||
|
|
||||||
Backup using [restic] for a docker-compose setup.
|
Backup using [restic] for a docker-compose setup.
|
||||||
|
Currently tested with docker-ce 17, 18 and 19.
|
||||||
|
|
||||||
* [restic-compose-backup Documentation](https://restic-compose-backup.readthedocs.io)
|
* [restic-compose-backup Documentation](https://restic-compose-backup.readthedocs.io)
|
||||||
* [restic-compose-backup on Github](https://github.com/ZettaIO/restic-compose-backup)
|
* [restic-compose-backup on Github](https://github.com/ZettaIO/restic-compose-backup)
|
||||||
|
@ -47,7 +45,7 @@ in the [documentation].
|
||||||
|
|
||||||
restic-backup.env
|
restic-backup.env
|
||||||
|
|
||||||
```env
|
```bash
|
||||||
RESTIC_REPOSITORY=<whatever backend restic supports>
|
RESTIC_REPOSITORY=<whatever backend restic supports>
|
||||||
RESTIC_PASSWORD=hopefullyasecturepw
|
RESTIC_PASSWORD=hopefullyasecturepw
|
||||||
# snapshot prune rules
|
# snapshot prune rules
|
||||||
|
|
Loading…
Add table
Reference in a new issue