我正在尝试在 Windows 上设置具有用户授权的 Rsync 服务器。由于缺乏文档,我不确定这是否可行。有没有人使用 IteF!x Rsync 成功做到这一点?
答案1
是的,可以在 Windows 上设置具有用户授权的 ITef!x Rsync 服务器。模块配置示例如下:
[test]
path = /cygdrive/C/Test
comment = Test module for user authorization
read only = false
auth users = john
secrets file = /cygdrive/c/rsync.secrets
GID=0
UID=0
“秘密文件”必须包含如下一行:
john:foo
其中“foo”是用户“john”的密码。然后要访问该模块,可以使用以下命令:
rsync.exe -v /cygdrive/c/testfile.txt john@rsyncserver::test