+x
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2022-03-15 18:53:53 -03:00
parent 09b9a2f23b
commit a329bbf0ec
2 changed files with 0 additions and 1 deletions

View file

@ -16,7 +16,6 @@ RUN apk add --no-cache borgbackup openssh-client
COPY ./monit.conf /etc/monit.d/borg.conf
COPY ./backup.sh /usr/local/bin/backup
COPY ./ssh_config /root/.ssh/config
RUN chmod 755 /usr/local/bin/backup
RUN chmod -R u=rX,g=,o= /root/.ssh
VOLUME /srv/data

0
backup.sh Normal file → Executable file
View file