摘要: rsync部署 什么是rsync rsync是linux系统下的数据镜像备份工具。使用快速增量备份工具Remote Sync可以远程同步,支持本地复制,或者与其他SSH、rsync主机同步。 rsync特性 rsync支持很多特性: 可以镜像保存整个目录树和文件系统 可以很容易做到保持原来文件的权限 阅读全文
posted @ 2022-09-23 01:31 Tqing 阅读(78) 评论(0) 推荐(0) 编辑
摘要: gitlab部署 安装所需得包 [root@localhost yum.repos.d]# dnf -y install epel-release git openssh-server openssh-clients postfix cronie 设置postfix开机自启 [root@localh 阅读全文
posted @ 2022-09-23 01:22 Tqing 阅读(42) 评论(0) 推荐(0) 编辑