Howto duplicati

From Vidalinux Wiki
Revision as of 19:50, 18 January 2023 by Mandulete1 (talk | contribs)
Jump to navigation Jump to search

install duplicati archlinux

installing yay as normal user:

git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si

install duplicati ubuntu/debian

download the installation file:

wget https://updates.duplicati.com/beta/duplicati_2.0.6.3-1_all.deb

install it using the following command:

apt install ./duplicati_2.0.6.3-1_all.deb

install the mono-complete package:

apt install mono-complete -y

start and enable duplicati to start at system reboot:

systemctl start duplicati && systemctl enable duplicati

verify the status of the duplicati:

systemctl status duplicati