--- notion-id: c61b585f-6965-49eb-b144-8674c48b239f --- 安装`cwrsync_server`服务端 进入地址进行配置 `C:\Program Files\ICW`找到文件`rsyncd.conf` 进行配置 模板样式`【可添加】` 注意`/cygdrive`后面都是相关文件路径 ```plain text # This file is automatically generated by cwRsyncServerAdminGUI at 2023/1/13 23:12:16 # Global parameters log file = /cygdrive/C/Program Files/ICW/cwRsyncServerAdminGUI/../rsyncd.log lock file = true forward lookup = true reverse lookup = true motd file = /cygdrive/D/rsync/rsync.motd # 如果用了, 會有以下 Error # file has vanished: "/proc" (in backup) # rsync: readdir("/cygdrive" (in backup)): Bad address (14) use chroot = no # secrets.txt 的權限為 other 時, 那會有以下 Error # secrets file must not be other-accessible (see strict modes option) strict modes = false # Modules [abc] path = /cygdrive/D/Rsync/back max connections = 5 read only = false write only = false auth users = user secrets file = /cygdrive/D/rsync/rsync.password ```