Re: [opensuse] [ask] rsync: link_stat problem
doby nurcahyo wrote:
dave, thank for your reply.
Please keep replies on list.
sorry about that, let me clear this situations, At the client computer the both folder are same situatioan, they were not exist before. and I think /home/html and /home/latest must created on rsync.
I'm still not entirely sure what you mean. But I suspect you have your arguments in the wrong order. Check the man page for rsync. If that doesn't solve your problem, "Client" doesn't really mean anything in rsync terms. rsync has "source" and "destination". Could you rephrase your explanation of the problem using those terms?
The question is why when I change the folder names at the client side it does not working?. #rsync -avzh --delete -e 'ssh -i /root/rsync/mirror-rsync-key' root@172.18.1.4:/home/html home/latest
and with this is working #rsync -avzh --delete -e 'ssh -i /root/rsync/mirror-rsync-key' root@172.18.1.4:/home/latest /home/latest
I just want to change the folder name in the client side, why is not working?.
regards, doby.
On 5/20/10, Dave Howorth <dhoworth@mrc-lmb.cam.ac.uk> wrote:
doby nurcahyo wrote:
Dear all, please help me guys...
when I tried rsync on opensuse 10.3 : #rsync -avzh --delete -e 'ssh -i /root/rsync/mirror-rsync-key' root@172.18.1.4:/home/html /home/latest rsync: link_stat "/home/html" failed: No such file or directory (2) rsync error: some files could not be transferred (code 23) at main.c(1397) [receiver=2.6.9]
why do I get an error like that ?
but when I tried to likes this and nothing error happen : #rsync -avzh --delete -e 'ssh -i /root/rsync/mirror-rsync-key' root@172.18.1.4:/home/latest /home/latest receiving file list ... done created directory /home/latest latest/ ... sent 216 bytes received 67.17M bytes 2.63M bytes/sec total size is 338.05M speedup is 5.03 Your question isn't very clear. It tells you /home/html doesn't exist and then it works OK for /home/latest - Where is the surprise? You haven't given enough information. Do you think /home/html *does* exist or something?
Cheers, Dave -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (1)
-
Dave Howorth