Skip to content
Snippets Groups Projects

LOS-476: Implement C8 backups to S3 via restic

Merged Ben Morrice requested to merge dev into master
All threads resolved!
Files
12
+ 11
0
FROM gitlab-registry.cern.ch/linuxsupport/cc7-base:latest
RUN yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/copart/restic/repo/epel-7/copart-restic-epel-7.repo
RUN yum install -y restic ssmtp gettext fuse
COPY ssmtp.conf /etc/ssmtp/ssmtp.conf
COPY *.sh *.tpl /root/
WORKDIR /root
ENTRYPOINT ["/root/backup.sh"]
Loading