【发布时间】:2020-10-05 08:51:01
【问题描述】:
您好,我正在尝试将本地文件同步到远程服务器,文件已复制,但排除的文件不起作用。
我要排除的是一些文件,例如在一些不同的文件夹下: htdocs/index.php htdocs/.htaccess htdocs/conf/Configuration.php
rsync -arvz --no-links --exclude-from 'excluded-files.txt' ./htdocs/ user@host:/var/www/test/htdocs/
怎么了?
【问题讨论】: