Add backup-client functionality with Docker support and backup script
This commit is contained in:
13
Dockerfile
Normal file
13
Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add --no-cache \
|
||||
openssh-client \
|
||||
sshpass \
|
||||
jq \
|
||||
busybox-extras \
|
||||
borgbackup
|
||||
|
||||
COPY start_backup.sh /start_backup.sh
|
||||
RUN chmod +x /start_backup.sh
|
||||
|
||||
CMD /start_backup.sh
|
Reference in New Issue
Block a user