迎接清晨
痛苦中自省

CentOS 7 安装Duplicati 云备份工具 又一个支持google drive和onedirve的图像化备份工具

Duplicati是一个跨平台的云存储的同步备份软件, 他支持Amazon S3, OneDrive, Google Drive, Rackspace Cloud Files, HubiC, Backblaze (B2), Amazon Cloud Drive (AmzCD), Swift / OpenStack, WebDAV, SSH (SFTP), FTP, 等等.


CentOS 7 安装Duplicati 云备份工具 又一个支持google drive和onedirve的图像化备份工具

项目地址

CentOS 7:

yum install yum-utils
rpm --import "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF"
yum-config-manager --add-repo http://download.mono-project.com/repo/centos7/
yum install mono-devel

下载最新Duplicati

wget https://github.com/duplicati/duplicati/releases/download/v2.0.3.12-2.0.3.12_canary_2018-10-23/duplicati-2.0.3.12-2.0.3.12_canary_20181023.noarch.rpm

安装

yum install duplicati*

把防火墙8200端口打开

#firewall-cmd --add-port=8200/tcp --permanent
#firewall-cmd --reload

echo "[Unit]
Description=Duplicati Backup software
[Service]
ExecStart=/usr/bin/mono /usr/lib/duplicati/Duplicati.Server.exe --webservice-interface=any
Restart=on-failure
RestartSec=30
[Install]
WantedBy=multi-user.target" > /etc/systemd/system/duplicati.service

再启动

systemctl enable duplicati
systemctl start duplicati

启动后输入http://你的ip地址:8200访问, 一定要是ip地址, 不能是域名.

附加教程参考
https://duplicati.readthedocs.io/en/latest/02-installation/
https://forum.level1techs.com/t/headless-duplicati-on-centos-guide/128799
https://github.com/duplicati/duplicati/releases

赞(0) 赞赏博主
未经允许不得转载:牧野狂歌 » CentOS 7 安装Duplicati 云备份工具 又一个支持google drive和onedirve的图像化备份工具

相关推荐

  • 暂无文章

评论 抢沙发

  • 昵称 (必填)
  • 邮箱 (必填)
  • 网址

觉得文章有用,打赏一下下吧。

非常感谢你的打赏,我们将继续给力更多优质内容,让我们一起创建更加美好的网络世界!

微信扫一扫打赏