Linux命令 - rsync

用法:

rsync options source destination
-z compress
-r recursive
-a preserve timestamp
--max-size file maximum size
rsync -zva --max-size='1024K' remoteterm@192.168.2.1:/var/lib/ /local/tmp/

 

posted on 2012-06-16 10:10  leaving  阅读(158)  评论(0)    收藏  举报