How to solve the error of the rsync error: error in IPC code (code 14) at pipe.c(85) [sender=3.1.2]











up vote
0
down vote

favorite












I'm using a command of rsync for making a new directory to save the images the command is rsync -ave --rsync-path="mkdir -p /var/www/html/uploads/ironnetwork/ && rsync" /var/www/html/uploads/ironnetwork/1542607804image. but while running my code this command will gives me the error the error is



exit status 14: rsync: Failed to exec --rsync-path=mkdir: No such file or directory (2)

rsync error: error in IPC code (code 14) at pipe.c(85) [sender=3.1.2]

rsync: connection unexpectedly closed (0 bytes received so far) [sender]

rsync error: error in IPC code (code 14) at io.c(235) [sender=3.1.2]


I also posted this question on stackoverflow the link of the questions is this



Can anybody help me to solve this errors?










share|improve this question









New contributor




ShinChain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    Your command make no sense. --rsync-path=mkdir? filePath?, Localhostip? What language is this written in?
    – waltinator
    2 days ago










  • see the edit now
    – ShinChain
    2 days ago






  • 1




    Please explain what you expect to happen? Do you issue this command to bash? /bin/sh? Have you read man bash;man rsync?
    – waltinator
    2 days ago










  • no I dont read man rsync. This above command I'm showing in the question will gives me the below given error I want to solve this error
    – ShinChain
    2 days ago















up vote
0
down vote

favorite












I'm using a command of rsync for making a new directory to save the images the command is rsync -ave --rsync-path="mkdir -p /var/www/html/uploads/ironnetwork/ && rsync" /var/www/html/uploads/ironnetwork/1542607804image. but while running my code this command will gives me the error the error is



exit status 14: rsync: Failed to exec --rsync-path=mkdir: No such file or directory (2)

rsync error: error in IPC code (code 14) at pipe.c(85) [sender=3.1.2]

rsync: connection unexpectedly closed (0 bytes received so far) [sender]

rsync error: error in IPC code (code 14) at io.c(235) [sender=3.1.2]


I also posted this question on stackoverflow the link of the questions is this



Can anybody help me to solve this errors?










share|improve this question









New contributor




ShinChain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1




    Your command make no sense. --rsync-path=mkdir? filePath?, Localhostip? What language is this written in?
    – waltinator
    2 days ago










  • see the edit now
    – ShinChain
    2 days ago






  • 1




    Please explain what you expect to happen? Do you issue this command to bash? /bin/sh? Have you read man bash;man rsync?
    – waltinator
    2 days ago










  • no I dont read man rsync. This above command I'm showing in the question will gives me the below given error I want to solve this error
    – ShinChain
    2 days ago













up vote
0
down vote

favorite









up vote
0
down vote

favorite











I'm using a command of rsync for making a new directory to save the images the command is rsync -ave --rsync-path="mkdir -p /var/www/html/uploads/ironnetwork/ && rsync" /var/www/html/uploads/ironnetwork/1542607804image. but while running my code this command will gives me the error the error is



exit status 14: rsync: Failed to exec --rsync-path=mkdir: No such file or directory (2)

rsync error: error in IPC code (code 14) at pipe.c(85) [sender=3.1.2]

rsync: connection unexpectedly closed (0 bytes received so far) [sender]

rsync error: error in IPC code (code 14) at io.c(235) [sender=3.1.2]


I also posted this question on stackoverflow the link of the questions is this



Can anybody help me to solve this errors?










share|improve this question









New contributor




ShinChain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I'm using a command of rsync for making a new directory to save the images the command is rsync -ave --rsync-path="mkdir -p /var/www/html/uploads/ironnetwork/ && rsync" /var/www/html/uploads/ironnetwork/1542607804image. but while running my code this command will gives me the error the error is



exit status 14: rsync: Failed to exec --rsync-path=mkdir: No such file or directory (2)

rsync error: error in IPC code (code 14) at pipe.c(85) [sender=3.1.2]

rsync: connection unexpectedly closed (0 bytes received so far) [sender]

rsync error: error in IPC code (code 14) at io.c(235) [sender=3.1.2]


I also posted this question on stackoverflow the link of the questions is this



Can anybody help me to solve this errors?







command-line bash backup rsync






share|improve this question









New contributor




ShinChain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




ShinChain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 days ago





















New contributor




ShinChain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









ShinChain

11




11




New contributor




ShinChain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





ShinChain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






ShinChain is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1




    Your command make no sense. --rsync-path=mkdir? filePath?, Localhostip? What language is this written in?
    – waltinator
    2 days ago










  • see the edit now
    – ShinChain
    2 days ago






  • 1




    Please explain what you expect to happen? Do you issue this command to bash? /bin/sh? Have you read man bash;man rsync?
    – waltinator
    2 days ago










  • no I dont read man rsync. This above command I'm showing in the question will gives me the below given error I want to solve this error
    – ShinChain
    2 days ago














  • 1




    Your command make no sense. --rsync-path=mkdir? filePath?, Localhostip? What language is this written in?
    – waltinator
    2 days ago










  • see the edit now
    – ShinChain
    2 days ago






  • 1




    Please explain what you expect to happen? Do you issue this command to bash? /bin/sh? Have you read man bash;man rsync?
    – waltinator
    2 days ago










  • no I dont read man rsync. This above command I'm showing in the question will gives me the below given error I want to solve this error
    – ShinChain
    2 days ago








1




1




Your command make no sense. --rsync-path=mkdir? filePath?, Localhostip? What language is this written in?
– waltinator
2 days ago




Your command make no sense. --rsync-path=mkdir? filePath?, Localhostip? What language is this written in?
– waltinator
2 days ago












see the edit now
– ShinChain
2 days ago




see the edit now
– ShinChain
2 days ago




1




1




Please explain what you expect to happen? Do you issue this command to bash? /bin/sh? Have you read man bash;man rsync?
– waltinator
2 days ago




Please explain what you expect to happen? Do you issue this command to bash? /bin/sh? Have you read man bash;man rsync?
– waltinator
2 days ago












no I dont read man rsync. This above command I'm showing in the question will gives me the below given error I want to solve this error
– ShinChain
2 days ago




no I dont read man rsync. This above command I'm showing in the question will gives me the below given error I want to solve this error
– ShinChain
2 days ago










1 Answer
1






active

oldest

votes

















up vote
0
down vote













You need to remove the -e option, as this is taking the following work (--rsync-path=...) as the replacement for the ssh command. For example,



$ rsync -ave --x_x  /tmp/a abc@localhost:/tmp/y
rsync: Failed to exec --x_x: No such file or directory (2)


Just use -av.






share|improve this answer





















  • As you say @meuh I remove the flag -e and then I run the command then it will give me the error exit status 1: rsync version 3.1.2 protocol version 31 Copyright (C) 1996-2015 by Andrew Tridgell, Wayne Davison, and others.
    – ShinChain
    2 days ago











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






ShinChain is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1094136%2fhow-to-solve-the-error-of-the-rsync-error-error-in-ipc-code-code-14-at-pipe-c%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes








up vote
0
down vote













You need to remove the -e option, as this is taking the following work (--rsync-path=...) as the replacement for the ssh command. For example,



$ rsync -ave --x_x  /tmp/a abc@localhost:/tmp/y
rsync: Failed to exec --x_x: No such file or directory (2)


Just use -av.






share|improve this answer





















  • As you say @meuh I remove the flag -e and then I run the command then it will give me the error exit status 1: rsync version 3.1.2 protocol version 31 Copyright (C) 1996-2015 by Andrew Tridgell, Wayne Davison, and others.
    – ShinChain
    2 days ago















up vote
0
down vote













You need to remove the -e option, as this is taking the following work (--rsync-path=...) as the replacement for the ssh command. For example,



$ rsync -ave --x_x  /tmp/a abc@localhost:/tmp/y
rsync: Failed to exec --x_x: No such file or directory (2)


Just use -av.






share|improve this answer





















  • As you say @meuh I remove the flag -e and then I run the command then it will give me the error exit status 1: rsync version 3.1.2 protocol version 31 Copyright (C) 1996-2015 by Andrew Tridgell, Wayne Davison, and others.
    – ShinChain
    2 days ago













up vote
0
down vote










up vote
0
down vote









You need to remove the -e option, as this is taking the following work (--rsync-path=...) as the replacement for the ssh command. For example,



$ rsync -ave --x_x  /tmp/a abc@localhost:/tmp/y
rsync: Failed to exec --x_x: No such file or directory (2)


Just use -av.






share|improve this answer












You need to remove the -e option, as this is taking the following work (--rsync-path=...) as the replacement for the ssh command. For example,



$ rsync -ave --x_x  /tmp/a abc@localhost:/tmp/y
rsync: Failed to exec --x_x: No such file or directory (2)


Just use -av.







share|improve this answer












share|improve this answer



share|improve this answer










answered 2 days ago









meuh

1,951615




1,951615












  • As you say @meuh I remove the flag -e and then I run the command then it will give me the error exit status 1: rsync version 3.1.2 protocol version 31 Copyright (C) 1996-2015 by Andrew Tridgell, Wayne Davison, and others.
    – ShinChain
    2 days ago


















  • As you say @meuh I remove the flag -e and then I run the command then it will give me the error exit status 1: rsync version 3.1.2 protocol version 31 Copyright (C) 1996-2015 by Andrew Tridgell, Wayne Davison, and others.
    – ShinChain
    2 days ago
















As you say @meuh I remove the flag -e and then I run the command then it will give me the error exit status 1: rsync version 3.1.2 protocol version 31 Copyright (C) 1996-2015 by Andrew Tridgell, Wayne Davison, and others.
– ShinChain
2 days ago




As you say @meuh I remove the flag -e and then I run the command then it will give me the error exit status 1: rsync version 3.1.2 protocol version 31 Copyright (C) 1996-2015 by Andrew Tridgell, Wayne Davison, and others.
– ShinChain
2 days ago










ShinChain is a new contributor. Be nice, and check out our Code of Conduct.










 

draft saved


draft discarded


















ShinChain is a new contributor. Be nice, and check out our Code of Conduct.













ShinChain is a new contributor. Be nice, and check out our Code of Conduct.












ShinChain is a new contributor. Be nice, and check out our Code of Conduct.















 


draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1094136%2fhow-to-solve-the-error-of-the-rsync-error-error-in-ipc-code-code-14-at-pipe-c%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

Mangá

 ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕