View Single Post
  #2 (permalink)  
Old 11-05-2009, 10:59 AM
LMStone LMStone is offline
Moderator
 
Posts: 1,186
Default

Quote:
Originally Posted by AutootuA View Post
***RSYNC NEWBIE***

I getting ready to move to a new server. I'm trying to back up /opt/zimbra for the move.

Running:
Code:
rsync -e ssh -avzH /opt/zimbra root@192.168.78.17:/media/sda3/opt/zimbra
Gets me:
Code:
building file list ... rsync: link_stat "//opt/zimbra" failed: No such file or directory (2)
done

sent 29 bytes  received 20 bytes  14.00 bytes/sec
total size is 0  speedup is 0.00
rsync error: some files could not be transferred (code 23) at main.c(892) [sender=2.6.8]
I've tried different combinations but nothing is working. I know this is something simple. Can someone toss me a bone???
You don't need the "-e ssh" portion; the way the destination target is formatted rsync knows it's doing ssh to a remote host.

Hope that helps,
Mark
__________________
___________________________________
L. Mark Stone, CIO


"Uptime. All the time."

477 Congress Street | Portland, ME 04101-3431 | (207) 772-5678

proactive maintenance and monitoring | technology consulting
Zimbra groupware | EMR implementations | private cloud hosting
Reply With Quote