rsync实际上没有复制文件
我正在尝试将服务器的大型目录同步到本地计算机。(都在运行Ubuntu。)我有一个看起来像它的命令,但是某些文件没有被复制: phrogz@planar:~$ cat ./sync-phrogz-public rsync -rztpl --stats --rsh=/usr/bin/ssh 69.46.18.236:/var/www/phrogz.net/public /var/www/phrogz.net/public phrogz@planar:~$ ./sync-phrogz-public Number of files: 10320 Number of files transferred: 0 Total file size: 4221864770 bytes Total transferred file size: 0 bytes Literal data: 0 bytes Matched data: 0 bytes File list size: 197778 File list generation time: 0.001 seconds …