Linux上使用Duplicati进行备份

Duplicati安装

https://www.duplicati.com/download下载最新版本

该软件需要几个库才能工作,主要是单声道库。 安装软件最简单的方法是让它通过dpkg安装失败,然后使用apt-get安装缺少的软件包:

sudo dpkg -i duplicati_2.0.6.3-1_all.deb

sudo apt-get --fix-broken install

请注意,安装程序包在第一个实例上失败,然后我们使用apt来安装依赖项。

启动守护进程:

sudo systemctl start duplicati.service

如果您希望在操作系统使用时自动启动:

sudo systemctl enable duplicati.service

要检查服务正在运行:

netstat -ltn | grep 8200

Tagged on: ,

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.