当运行此命令从远程服务器创建备份数据库文件时,我遇到了以下结果,但我不知道问题是什么。我在本地 ubuntu 服务器上运行的命令是从 inmotionhosting.com 获取 git 文件
rsync -h --progress --stats -r -tgo -p -l -D --update --delete-after --protect-args -e "ssh -i /location/to/file.pem"[电子邮件保护]:主页/帐户/文件.any /本地/位置/到/商店/文件/
rsync:change_dir“/home/Sources//[电子邮件保护]/home/account”失败:没有此文件或目录 (2)
文件数:0 创建的文件数:0 删除的文件数:0 传输的常规文件数:0 文件总大小:0 字节 传输的文件总大小:0 字节 文字数据:0 字节 匹配的数据:0 字节 文件列表大小:0 文件列表生成时间:0.001 秒 文件列表传输时间:0.000 秒 发送的总字节数:20 接收的总字节数:11
发送 20 字节 接收 11 字节 62.00 字节/秒 总大小为 0 加速为 0.00 rsync 错误:某些文件/属性未传输(请参阅前面的错误)(代码 23)在 main.c(1196) [sender=3.1.2]
请指教 :)
答案1
你需要/
之前home
rsync -h --progress --stats -r -tgo -p -l -D --update --delete-after --protect-args -e "ssh -i /location/to/file.pem" [email protected]:/home/account/file.any /local/location/to/store/file/