Howto duplicati: Difference between revisions

From Vidalinux Wiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
  cd yay
  cd yay
  makepkg -si
  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

Revision as of 19:50, 18 January 2023

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