kopia lustrzana https://github.com/borgmatic-collective/docker-borgmatic
Updated IMAGE_ARCHITECTURE.md
Signed-off-by: Chirag Aggarwal <thechiragaggarwal@gmail.com>pull/244/head
rodzic
2996b0010b
commit
4e03e2a7cc
|
@ -1,33 +1,12 @@
|
||||||
```
|
```
|
||||||
docker-borgmatic/
|
docker-borgmatic/
|
||||||
├── base
|
├── data
|
||||||
│ ├── data
|
│ └── borgmatic.d
|
||||||
│ │ └── borgmatic.d
|
│ ├── config.yml
|
||||||
│ │ ├── config.yml
|
│ └── crontab.txt
|
||||||
│ │ └── crontab.txt
|
├── docker-compose.restore.yml
|
||||||
│ ├── docker-compose.restore.yml
|
├── docker-compose.yml
|
||||||
│ ├── docker-compose.yml
|
├── Dockerfile
|
||||||
│ ├── Dockerfile
|
├── entry.sh
|
||||||
│ ├── entry.sh
|
|
||||||
├── msmtp
|
|
||||||
│ ├── data
|
|
||||||
│ │ └── borgmatic.d
|
|
||||||
│ │ ├── config.yml # same as in base
|
|
||||||
│ │ ├── crontab.txt # with mailto
|
|
||||||
│ │ ├── mailenv.sh
|
|
||||||
│ │ └── msmtprc.sh
|
|
||||||
│ ├── docker-compose.yml # image: ghcr.io/borgmatic-collective/borgmatic:latest-msmtp, env: msmtp.env
|
|
||||||
│ ├── Dockerfile # FROM ghcr.io/borgmatic-collective/borgmatic:${VERSION}
|
|
||||||
│ ├── entry.sh # starts msmtp in addition
|
|
||||||
│ └── README.md # describes specifics only
|
|
||||||
├── ntfy
|
|
||||||
│ ├── data
|
|
||||||
│ │ └── borgmatic.d
|
|
||||||
│ │ ├── config.yml # same as in base
|
|
||||||
│ │ └── crontab.txt # same as in base
|
|
||||||
│ ├── docker-compose.yml # image: ghcr.io/borgmatic-collective/borgmatic:latest-ntfy
|
|
||||||
│ ├── Dockerfile # FROM ghcr.io/borgmatic-collective/borgmatic:${VERSION}
|
|
||||||
│ ├── entry.sh # same as in base
|
|
||||||
│ └── README.md # describes specifics only
|
|
||||||
└── README.md
|
└── README.md
|
||||||
```
|
```
|
||||||
|
|
Ładowanie…
Reference in New Issue