首先创建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/
原文地址:https://www.cnblogs.com/Dev0ps/p/8962942.html
时间: 2024-10-12 09:11:18