docker/rsync/README.md
2022-04-18 11:21:20 +08:00

285 B

构建 rsync 镜像

定制

  • 安装 rsync

外挂目录和文件

  • /etc/rsyncd.conf: rsyncd 配置文件
  • /var/log/rsync: rsync 日志目录
  • 配置文件中,每个模块里指定的目录也要挂载出来

案例