rsync排除多个文件实现同步
Posted Louis He
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了rsync排除多个文件实现同步相关的知识,希望对你有一定的参考价值。
首先创建exclude目录放入xx.list排除文件。
[[email protected] tmp]# cat /exclude/a_exclude.list a.txt lai ———————————————————————— a.txt——文件 lai——目录 ————————————————————————
rsync命令:
[[email protected] tmp]# rsync -avz --delete --force --password-file=/etc/rsync.password --exclude-from=/exclude/a_exclude.list [email protected]::wwww /tmp/
以上是关于rsync排除多个文件实现同步的主要内容,如果未能解决你的问题,请参考以下文章