Help with installing on Raspberry Pi

OK, I’ve got it working and it has successfully started backing up. Here’s how I got it running on properly.

  1. Added the Mono repos: http://www.mono-project.com/download/#download-lin-raspbian

  2. Installed mono-complete (I probably didn’t need to do that package, but I wanted to make sure I had everything) and the ca-certificates-mono package
    sudo apt-get install mono-complete ca-certificates-mono

  3. Ran cert-sync: sudo cert-sync /etc/ssl/certs/ca-certificates.crt I think I forgot the sudo the first time and that’s why I ran into errors.

  4. Installed the duplicati deb package
    sudo dpkg -i duplicati*.deb

  5. Fixed the rest of the missing dependencies with sudo apt-get -f install

After all that everything is working properly!

2 Likes