Well, I tried to unzip 2.0.2.11 on top of the working 2.0.2.10, but still doesn’t start.
I also updated the startup script with:
#!/bin/bash
INSTALLDIR=/usr/lib/duplicati
export LD_LIBRARY_PATH=“${INSTALLDIR}${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}”
export MONO_PATH=$MONO_PATH:${INSTALLDIR}export PATH=$INSTALLDIR:$PATH
cd $INSTALLDIREXE_FILE=${INSTALLDIR}/Duplicati.Server.exe
APP_NAME=DuplicatiServerexec -a “$APP_NAME” mono “$EXE_FILE” “$@”
But still no success.
I have pretty good knowledge on Linux, but none in mono