Add backup service

This commit is contained in:
Tobias Reisinger 2022-11-29 16:15:37 +01:00
parent ee59f0258b
commit b0db33fb09
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 114 additions and 0 deletions

6
backup/Dockerfile Normal file
View file

@ -0,0 +1,6 @@
FROM ubuntu
ENV DEBIAN_FRONTEND=noninteractive
RUN apt update -y \
&& apt install -y curl restic