在用lftp同步的时候有一个文件不想同步有办法吗,
例如,lftp
ftp://admin:[email protected]
mirror --continue /media/ /home/data/
在ftp的media下有个media.txt和若干* .txt,但在同步的时候media.txt不想同步,有办法吗。
lftp同步问题
-
- 帖子: 62
- 注册时间: 2010-09-08 18:17
- be00
- 帖子: 805
- 注册时间: 2008-07-28 19:51
- 来自: 长沙
- 联系:
Re: lftp同步问题
man lftp 试试
exclude是排除
代码: 全选
-i RX, --include RX include matching files
-x RX, --exclude RX exclude matching files
-I GP, --include-glob GP include matching files
-X GP, --exclude-glob GP exclude matching files