Skip to content

Instantly share code, notes, and snippets.

@nztim
Last active August 24, 2018 00:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nztim/24fd011131f83feea16a68321f801a17 to your computer and use it in GitHub Desktop.
Save nztim/24fd011131f83feea16a68321f801a17 to your computer and use it in GitHub Desktop.
sudo apt install mono-runtime
wget https://updates.duplicati.com/beta/duplicati_2.0.3.3-1_all.deb
sudo dpkg -i duplicati_2.0.3.3-1_all.deb
sudo systemctl enable duplicati
sudo systemctl start duplicati
rm duplicati_2.0.3.3-1_all.deb
# Then open your browser and go to http://localhost:8200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment