From b8fb6d55beeea2cfc31765269cec57f1fbf7080e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?= Date: Mon, 17 Feb 2025 01:22:13 +0100 Subject: [PATCH] Install duplicity and the interesting backends on OM --- lib/functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions.sh b/lib/functions.sh index 1bde57b..e6e6a22 100644 --- a/lib/functions.sh +++ b/lib/functions.sh @@ -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