Linux rsync 文件同步


-t 相当于去重了

rsync -auvzte 'ssh -p 220' /home/db_log ftp_log rdp_log sftp_log ssh_log telnet_log root@10.96.128.133:/home/

相关