3.0 rsync数据备份

#rsync -av 192.168.11.190: /tmp/1.txt   /tmp/
#rsync -av /tmp/1.txt   192.168.11.190:/tmp/         
#rsync -av 192.168.11.190::aminglinux/123/1.txt    /tmp/
#rsync -av /tmp/1.txt   192.168.11.190::aminglinux/123/


你可能感兴趣的:(3.0 rsync数据备份)