Rsync 问题 (AWS EC2)

Rsync 问题 (AWS EC2)

我花了相当多的时间尝试从远程同步到本地计算机,但显然在查找同步文件时遇到了问题。

我输入的命令是:

sync -avzhe "~/var/test2/*" -e "ssh -i /etc/nginx/WhatsDue.pem" ubuntu@ec2********.compute-1.amazonaws.com:/var/test/

该命令似乎运行正常:

    receiving incremental file list
drwxr-xr-x          4.10K 2015/02/25 19:15:48 .
-rwxrwxrwx             11 2015/02/25 19:15:48 test222.txt

sent 20 bytes  received 66 bytes  34.40 bytes/sec
total size is 11  speedup is 0.13

但是,当我转到“~/var/test2/”文件夹时,我在那里找不到 test222.txt 文件。

你能帮忙吗?

谢谢!

相关内容