Duplicati is a free and open-source backup tool that can be used to back up files and folders to various cloud storage services like Google Drive, OneDrive, and Amazon S3. This tutorial will show you how to install Duplicati on Ubuntu Server Latest.
Before we begin, ensure that you have the following:
Follow the steps below to install Duplicati on Ubuntu Server Latest:
sudo apt update
sudo apt install apt-transport-https dirmngr gnupg ca-certificates
wget -O - "http://duplicati.com/duplicati.gpg" | sudo apt-key add -
echo "deb https://updates.duplicati.com/beta/deb-archiverepo/ /" | sudo tee -a /etc/apt/sources.list.d/duplicati.list
sudo apt update
sudo apt install duplicati
sudo systemctl start duplicati
sudo systemctl status duplicati
If the service is running, you should see an output similar to the one below:
● duplicati.service - Duplicati web-server
Loaded: loaded (/lib/systemd/system/duplicati.service; enabled; vendor preset: enabled)
Active: active (running) since Thu 2021-05-27 19:02:26 UTC; 1min 14s ago
Main PID: 6802 (mono)
Tasks: 24 (limit: 2353)
Memory: 75.8M
CPU: 1.034s
CGroup: /system.slice/duplicati.service
├─6802 /usr/bin/mono /usr/lib/duplicati/Duplicati.Server.exe --webservice-interface=any --webservice-port=8200 --webservice-sslcertificatefile=/etc/ssl/certs/ssl-cert-snakeoil.pem --webservice-sslcertificatepassword=PASSWORD --webservice-host=*
└─6808 Duplicati.Library.Main --log-file=/var/log/duplicati/server.log --log-level=Profiling --no-encryption=true --allow-updates=false --disable-module=console-password-input
You have successfully installed Duplicati on Ubuntu Server Latest. You can now use it to back up your files and folders.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!