We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc75d13 commit 1784992Copy full SHA for 1784992
docs/books/learning_rsync/03_rsync_demo02.zh.md
@@ -29,7 +29,7 @@ update: 2021-11-04
29
| comment = rsync | 备注或者描述信息 |
30
| path = /rsync/ | 所在的系统路径位置 |
31
| read only = yes| yes表示只读,no表示可读可写 |
32
-| dont compress = *.gz *.gz2 *.zip | 哪些文件类型不对它进行压缩 |
+| dont compress = \*.gz \*.gz2 \*.zip | 哪些文件类型不对它进行压缩 |
33
| auth users = li| 启用虚拟用户,定义个虚拟用户叫什么。需要自行创建|
34
| secrets file = /etc/rsyncd_users.db | 用来指定虚拟用户的密码文件位置,必须以.db结尾。文件的内容格式是"用户名:密码",一行一个 |
35
0 commit comments