Rsync问题:从远程服务器下载文件夹到本地服务器

时间:2015-02-10 13:56:33

标签: linux rsync

我在centOS上遇到rsync问题。
我的命令是:rsync -ravz --progress root @ myipaddress:/ var / www / website /。
我的错误:

tput: No value for $TERM and no -T specified
tput: No value for $TERM and no -T specified
receiving incremental file list
./
.htaccess
          31 100%   30.27kB/s    0:00:00 (xfer#1, to-check=996/998)
flush.php
        2681 100%    2.56MB/s    0:00:00 (xfer#2, to-check=995/998)
resource_config.json
         206 100%  201.17kB/s    0:00:00 (xfer#3, to-check=994/998)
cache/

我从debian服务器下载文件夹。
4秒后rsync处于“待机”状态。为什么?在此先感谢。

1 个答案:

答案 0 :(得分:0)

嗯,我想知道那个丢失的终端变量是不是搞乱了。首先尝试运行,然后运行rsync:

export TERM='linux'