简体   繁体   中英

Rsync issue: dowload folder from remote server to local server

I have an issue with rsync on centOS.
My command is: rsync -ravz --progress root@myipaddress:/var/www/website/ .
Following my error:

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/

I'm download folder from debian server.
After 4 seconds rsync was in "standby". Why? Thanks in advance.

Hrm, I'm wondering if that missing terminal variable is messing things up. Try running this first, then your rsync:

export TERM='linux' 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM