Add backup.sh

This commit is contained in:
2023-04-06 14:05:02 +02:00
parent 3f8741e0c5
commit e9340219bc
3 changed files with 70 additions and 0 deletions

View File

@@ -15,4 +15,6 @@ RUN apk add --update --no-cache ca-certificates fuse openssh-client tzdata jq cu
COPY --from=builder /go/src/github.com/restic/restic/restic /usr/bin
ADD backup.sh /usr/local/bin/backup.sh
ENTRYPOINT ["/usr/bin/restic"]