Install duplicity and the interesting backends on OM

This commit is contained in:
Bernhard "bero" Rosenkränzer (Boggins) 2025-02-17 01:22:13 +01:00
parent 6e6b4ede64
commit b8fb6d55be

View File

@ -1396,7 +1396,7 @@ EOF
[ $? -ne 0 ] && failcheck "Couldn't install traefik certs dumper"
elif [ "$OSRELEASE" = "openmandriva" ]; then
dnf -y --refresh install docker curl docker-compose traefik-certs-dumper
dnf -y --refresh install docker curl docker-compose traefik-certs-dumper duplicity duplicity-backend-b2 duplicity-backend-local duplicity-backend-s3_boto3 duplicity-backend-ssh_paramiko
sed -i -e "s,^OPTIONS=.*,OPTIONS='--log-opt max-size=200m --log-opt max-file=3'," /etc/sysconfig/docker
systemctl enable --now docker