Skip to content

Commit 1784992

Browse files
authored
Update 03_rsync_demo02.zh.md
1 parent bc75d13 commit 1784992

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/books/learning_rsync/03_rsync_demo02.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ update: 2021-11-04
2929
| comment = rsync | 备注或者描述信息 |
3030
| path = /rsync/ | 所在的系统路径位置 |
3131
| read only = yes| yes表示只读,no表示可读可写 |
32-
| dont compress = *.gz *.gz2 *.zip | 哪些文件类型不对它进行压缩 |
32+
| dont compress = \*.gz \*.gz2 \*.zip | 哪些文件类型不对它进行压缩 |
3333
| auth users = li| 启用虚拟用户,定义个虚拟用户叫什么。需要自行创建|
3434
| secrets file = /etc/rsyncd_users.db | 用来指定虚拟用户的密码文件位置,必须以.db结尾。文件的内容格式是"用户名:密码",一行一个 |
3535

0 commit comments

Comments
 (0)