rsync error: exit code 23 ( No such file or directory (2) )Cygwin rsync protocol errorrsync 'No such file or...
This is why we puzzle
Is aluminum electrical wire used on aircraft?
User Story breakdown - Technical Task + User Feature
Why is the "ls" command showing permissions of files in a FAT32 partition?
Why Shazam when there is already Superman?
Why does the Sun have different day lengths, but not the gas giants?
Store Credit Card Information in Password Manager?
Why does AES have exactly 10 rounds for a 128-bit key, 12 for 192 bits and 14 for a 256-bit key size?
Is there an injective, monotonically increasing, strictly concave function from the reals, to the reals?
Did arcade monitors have same pixel aspect ratio as TV sets?
Can a Canadian Travel to the USA twice, less than 180 days each time?
What exact color does ozone gas have?
Yosemite Fire Rings - What to Expect?
Limits and Infinite Integration by Parts
Terse Method to Swap Lowest for Highest?
Mimic lecturing on blackboard, facing audience
How to hide some fields of struct in C?
Add big quotation marks inside my colorbox
On a tidally locked planet, would time be quantized?
What are some good ways to treat frozen vegetables such that they behave like fresh vegetables when stir frying them?
How should I respond when I lied about my education and the company finds out through background check?
Can I say "fingers" when referring to toes?
How can I write humor as character trait?
Why is this estimator biased?
rsync error: exit code 23 ( No such file or directory (2) )
Cygwin rsync protocol errorrsync 'No such file or directory' errorrsync failed: No Such file or directoryrsync no such file or directory (2)rsync issue failed: No such file or directory (2)Rsync returns “such file or directory” when running commandCapture actual rsync errorRsync No such File or Directoryrsync on Cygwin: rsync: [sender] write error: Connection reset by peer (104)Rsync stopped working and returns “rsync error: unexplained error (code 255) at io.c(235) [sender=3.1.2]”
Rsync reports error for one file (other files were copied just fine):
rsync: stat "//serverName/destination/.lpt$vpn.251.yiOK8j" failed: No such file or directory (2)
rsync: rename "//serverName/destination/.lpt$vpn.251.yiOK8j" -> ".lpt$vpn.251": No such file or directory (2)
File ".lpt$vpn.251.yiOK8j" does exist in "//serverName/destination/"
Rsync parameters:
rsync.exe -rltDvP -W --delete --progress "/cygdrive/C/source/Downloads/Unpacked/" "//serverName/destination" --exclude "OK.marker" --modify-window=2'
Seems like a dollar sign or double dot in file name causing that, so my question is how to guarantee rsync could copy any windows file no matter what its name is?
Cygwin version is 1.7.9
Rsync version is 3.0.9
windows cygwin rsync
bumped to the homepage by Community♦ 20 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Rsync reports error for one file (other files were copied just fine):
rsync: stat "//serverName/destination/.lpt$vpn.251.yiOK8j" failed: No such file or directory (2)
rsync: rename "//serverName/destination/.lpt$vpn.251.yiOK8j" -> ".lpt$vpn.251": No such file or directory (2)
File ".lpt$vpn.251.yiOK8j" does exist in "//serverName/destination/"
Rsync parameters:
rsync.exe -rltDvP -W --delete --progress "/cygdrive/C/source/Downloads/Unpacked/" "//serverName/destination" --exclude "OK.marker" --modify-window=2'
Seems like a dollar sign or double dot in file name causing that, so my question is how to guarantee rsync could copy any windows file no matter what its name is?
Cygwin version is 1.7.9
Rsync version is 3.0.9
windows cygwin rsync
bumped to the homepage by Community♦ 20 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Rsync reports error for one file (other files were copied just fine):
rsync: stat "//serverName/destination/.lpt$vpn.251.yiOK8j" failed: No such file or directory (2)
rsync: rename "//serverName/destination/.lpt$vpn.251.yiOK8j" -> ".lpt$vpn.251": No such file or directory (2)
File ".lpt$vpn.251.yiOK8j" does exist in "//serverName/destination/"
Rsync parameters:
rsync.exe -rltDvP -W --delete --progress "/cygdrive/C/source/Downloads/Unpacked/" "//serverName/destination" --exclude "OK.marker" --modify-window=2'
Seems like a dollar sign or double dot in file name causing that, so my question is how to guarantee rsync could copy any windows file no matter what its name is?
Cygwin version is 1.7.9
Rsync version is 3.0.9
windows cygwin rsync
Rsync reports error for one file (other files were copied just fine):
rsync: stat "//serverName/destination/.lpt$vpn.251.yiOK8j" failed: No such file or directory (2)
rsync: rename "//serverName/destination/.lpt$vpn.251.yiOK8j" -> ".lpt$vpn.251": No such file or directory (2)
File ".lpt$vpn.251.yiOK8j" does exist in "//serverName/destination/"
Rsync parameters:
rsync.exe -rltDvP -W --delete --progress "/cygdrive/C/source/Downloads/Unpacked/" "//serverName/destination" --exclude "OK.marker" --modify-window=2'
Seems like a dollar sign or double dot in file name causing that, so my question is how to guarantee rsync could copy any windows file no matter what its name is?
Cygwin version is 1.7.9
Rsync version is 3.0.9
windows cygwin rsync
windows cygwin rsync
asked Jul 12 '12 at 23:05
KirylKiryl
62
62
bumped to the homepage by Community♦ 20 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 20 mins ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Dollar signs are a way that bash outputs a parameter (variable) value.
The dot just hides the file from a normal ls.
Is the file really there ? $vpn could mean anything. Escaping the $ is not typical, so I'm wondering why someone would make a file with that name, or if that string has variables in it.
This is a question for someone with more bash experience than me, but I thought I'd throw my 2 cents in.
File is there, I know name looks strange, it's Trend Micro Sysclean definitions, if for example you download archive from officescan-p.activeupdate.trendmicro.com/activeupdate/pattern/… it contains file in the format "lpt$vpn.{version}", e.g. lpt$vpn.255 So in this particlar case it's a dollar sign, but there could be other special characters that rsync threats in a special way, so I want to make sure it could handle file with any name that Windows might have.
– Kiryl
Jul 13 '12 at 17:00
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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',
autoActivateHeartbeat: false,
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f448273%2frsync-error-exit-code-23-no-such-file-or-directory-2%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
Dollar signs are a way that bash outputs a parameter (variable) value.
The dot just hides the file from a normal ls.
Is the file really there ? $vpn could mean anything. Escaping the $ is not typical, so I'm wondering why someone would make a file with that name, or if that string has variables in it.
This is a question for someone with more bash experience than me, but I thought I'd throw my 2 cents in.
File is there, I know name looks strange, it's Trend Micro Sysclean definitions, if for example you download archive from officescan-p.activeupdate.trendmicro.com/activeupdate/pattern/… it contains file in the format "lpt$vpn.{version}", e.g. lpt$vpn.255 So in this particlar case it's a dollar sign, but there could be other special characters that rsync threats in a special way, so I want to make sure it could handle file with any name that Windows might have.
– Kiryl
Jul 13 '12 at 17:00
add a comment |
Dollar signs are a way that bash outputs a parameter (variable) value.
The dot just hides the file from a normal ls.
Is the file really there ? $vpn could mean anything. Escaping the $ is not typical, so I'm wondering why someone would make a file with that name, or if that string has variables in it.
This is a question for someone with more bash experience than me, but I thought I'd throw my 2 cents in.
File is there, I know name looks strange, it's Trend Micro Sysclean definitions, if for example you download archive from officescan-p.activeupdate.trendmicro.com/activeupdate/pattern/… it contains file in the format "lpt$vpn.{version}", e.g. lpt$vpn.255 So in this particlar case it's a dollar sign, but there could be other special characters that rsync threats in a special way, so I want to make sure it could handle file with any name that Windows might have.
– Kiryl
Jul 13 '12 at 17:00
add a comment |
Dollar signs are a way that bash outputs a parameter (variable) value.
The dot just hides the file from a normal ls.
Is the file really there ? $vpn could mean anything. Escaping the $ is not typical, so I'm wondering why someone would make a file with that name, or if that string has variables in it.
This is a question for someone with more bash experience than me, but I thought I'd throw my 2 cents in.
Dollar signs are a way that bash outputs a parameter (variable) value.
The dot just hides the file from a normal ls.
Is the file really there ? $vpn could mean anything. Escaping the $ is not typical, so I'm wondering why someone would make a file with that name, or if that string has variables in it.
This is a question for someone with more bash experience than me, but I thought I'd throw my 2 cents in.
answered Jul 13 '12 at 1:27
wbgwbg
17818
17818
File is there, I know name looks strange, it's Trend Micro Sysclean definitions, if for example you download archive from officescan-p.activeupdate.trendmicro.com/activeupdate/pattern/… it contains file in the format "lpt$vpn.{version}", e.g. lpt$vpn.255 So in this particlar case it's a dollar sign, but there could be other special characters that rsync threats in a special way, so I want to make sure it could handle file with any name that Windows might have.
– Kiryl
Jul 13 '12 at 17:00
add a comment |
File is there, I know name looks strange, it's Trend Micro Sysclean definitions, if for example you download archive from officescan-p.activeupdate.trendmicro.com/activeupdate/pattern/… it contains file in the format "lpt$vpn.{version}", e.g. lpt$vpn.255 So in this particlar case it's a dollar sign, but there could be other special characters that rsync threats in a special way, so I want to make sure it could handle file with any name that Windows might have.
– Kiryl
Jul 13 '12 at 17:00
File is there, I know name looks strange, it's Trend Micro Sysclean definitions, if for example you download archive from officescan-p.activeupdate.trendmicro.com/activeupdate/pattern/… it contains file in the format "lpt$vpn.{version}", e.g. lpt$vpn.255 So in this particlar case it's a dollar sign, but there could be other special characters that rsync threats in a special way, so I want to make sure it could handle file with any name that Windows might have.
– Kiryl
Jul 13 '12 at 17:00
File is there, I know name looks strange, it's Trend Micro Sysclean definitions, if for example you download archive from officescan-p.activeupdate.trendmicro.com/activeupdate/pattern/… it contains file in the format "lpt$vpn.{version}", e.g. lpt$vpn.255 So in this particlar case it's a dollar sign, but there could be other special characters that rsync threats in a special way, so I want to make sure it could handle file with any name that Windows might have.
– Kiryl
Jul 13 '12 at 17:00
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f448273%2frsync-error-exit-code-23-no-such-file-or-directory-2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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