Add restic backup

Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
2024-05-18 18:07:56 +02:00
parent 29e3988bca
commit a141daff08
5 changed files with 25 additions and 24 deletions

View File

@ -13,9 +13,11 @@
DOCKER := docker
PROFILES := caddy wordpress adminer uptime-kuma qbittorrent jellyfin watchtower backup syncthing openssh gitea gitea-runner
PROFILES := caddy wordpress adminer backup qbittorrent
PROFILE_CMD := $(addprefix --profile ,$(PROFILES))
# syncthing openssh gitea gitea-runner uptime-kuma jellyfin watchtower
COMPOSE_FILES := $(shell find docker-compose*.yml | sed -e 's/^/--file /')
.PHONY: build all