加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > Linux > 正文

将linux备份到ftp服务器

发布时间:2020-12-13 17:18:44 所属栏目:Linux 来源:网络整理
导读:你用什么来备份到ftp服务器? 我已尝试使用安装了Curlftpfs的ftp服务器上的Amanda和虚拟磁带进行设置,我对此并不满意.我对阿曼达没有信心. 此外,我不能在ftp挂载的文件系统上使用任何使用rsync的东西,因为它只创建目录而不创建文件,因为它无法执行“mkstemp
你用什么来备份到ftp服务器?

我已尝试使用安装了Curlftpfs的ftp服务器上的Amanda和虚拟磁带进行设置,我对此并不满意.我对阿曼达没有信心.

此外,我不能在ftp挂载的文件系统上使用任何使用rsync的东西,因为它只创建目录而不创建文件,因为它无法执行“mkstemp”.

我一直在考虑Bacula,但我找不到任何好的HOWTO.

解决方法

您可以尝试 duplicity,它可以进行增量备份并将它们发送到FTP服务器,gmail,Amazon S3 ……

Duplicity backs directories by producing encrypted tar-format volumes and uploading them to a remote or local file server. Because duplicity uses librsync,the incremental archives are space efficient and only record the parts of files that have changed since the last backup. Because duplicity uses GnuPG to encrypt and/or sign these archives,they will be safe from spying and/or modification by the server.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读