rsync seems like copying files but it doesn't actuallyWhy doesn't copying large files prevent Linux from...
What does the British parliament hope to achieve by requesting a third Brexit extension?
My Guitar came with both metal and nylon strings, what replacement strings should I buy?
I need an automatic way of making a lot of folders
Is there a push, in the United States, to use gender-neutral language and gender pronouns (when they are given)?
How do you handle simultaneous damage when one type is absorbed and not the other?
Not returning after leave
How to snip same part of screen as last time?
Hero battle game
Code Golf Measurer © 2019
Consequences for Trump if the White House continues blocking witnesses and ignoring subpoenas?
What is a "G.O.A.T" game?
If we should encrypt the message rather than the method of transfer, why do we care about wifi security? Is this just security theatre?
How could a steampunk zeppelin navigate space?
Does a restocking fee still qualify as a business expense?
Split mile limits to the thousandth based on ID
If I did not sign promotion bonus document, my career would be over. Is this duress?
How do you determine the reach of a Monster's unarmed strikes?
Where does the upgrade to macOS Catalina move root "/" directory files?
Accidental duration in measureless music
A man condemned to serve his sentence in other times
How can I communicate feelings to players without impacting their agency?
Could an American state survive nuclear war?
Car as a good investment
What is the gold linker?
rsync seems like copying files but it doesn't actually
Why doesn't copying large files prevent Linux from going into power saving mode?“Require” seems doesn't work in systemdinstall peacock, during ./configure missing libraries, but they are actuallyRsync not correctly copying SymlinksCopying diff results filesCopying a list of files
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{
margin-bottom:0;
}
I used rsync like below. There is no error and it seems like copying files (I can see file names on the sending list) but there is nothing in the target directory. I want to send files from 115...***:/home/juna/demo to /media/volume1/juna/demo.
rsync -avz -e "ssh -p #### 115.***.***.***:/home/juna/demo" /media/volume1/juna/demo
the result is this (hshs.txt is in 115...***:/home/juna/demo)
sending incremental file list
drwxrwxr-x 4,096 2019/10/09 01:44:17 demo
-rw-rw-r-- 0 2019/10/09 01:44:17 demo/hshs.txt
sent 88 bytes received 132 bytes 440.00 bytes/sec
total size is 0 speedup is 0.00
linux
New contributor
add a comment
|
I used rsync like below. There is no error and it seems like copying files (I can see file names on the sending list) but there is nothing in the target directory. I want to send files from 115...***:/home/juna/demo to /media/volume1/juna/demo.
rsync -avz -e "ssh -p #### 115.***.***.***:/home/juna/demo" /media/volume1/juna/demo
the result is this (hshs.txt is in 115...***:/home/juna/demo)
sending incremental file list
drwxrwxr-x 4,096 2019/10/09 01:44:17 demo
-rw-rw-r-- 0 2019/10/09 01:44:17 demo/hshs.txt
sent 88 bytes received 132 bytes 440.00 bytes/sec
total size is 0 speedup is 0.00
linux
New contributor
add a comment
|
I used rsync like below. There is no error and it seems like copying files (I can see file names on the sending list) but there is nothing in the target directory. I want to send files from 115...***:/home/juna/demo to /media/volume1/juna/demo.
rsync -avz -e "ssh -p #### 115.***.***.***:/home/juna/demo" /media/volume1/juna/demo
the result is this (hshs.txt is in 115...***:/home/juna/demo)
sending incremental file list
drwxrwxr-x 4,096 2019/10/09 01:44:17 demo
-rw-rw-r-- 0 2019/10/09 01:44:17 demo/hshs.txt
sent 88 bytes received 132 bytes 440.00 bytes/sec
total size is 0 speedup is 0.00
linux
New contributor
I used rsync like below. There is no error and it seems like copying files (I can see file names on the sending list) but there is nothing in the target directory. I want to send files from 115...***:/home/juna/demo to /media/volume1/juna/demo.
rsync -avz -e "ssh -p #### 115.***.***.***:/home/juna/demo" /media/volume1/juna/demo
the result is this (hshs.txt is in 115...***:/home/juna/demo)
sending incremental file list
drwxrwxr-x 4,096 2019/10/09 01:44:17 demo
-rw-rw-r-- 0 2019/10/09 01:44:17 demo/hshs.txt
sent 88 bytes received 132 bytes 440.00 bytes/sec
total size is 0 speedup is 0.00
linux
linux
New contributor
New contributor
edited 57 mins ago
muru
45.3k5 gold badges111 silver badges185 bronze badges
45.3k5 gold badges111 silver badges185 bronze badges
New contributor
asked 1 hour ago
JunaJuna
1
1
New contributor
New contributor
add a comment
|
add a comment
|
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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/4.0/"u003ecc by-sa 4.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
});
}
});
Juna is a new contributor. Be nice, and check out our Code of Conduct.
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%2funix.stackexchange.com%2fquestions%2f545818%2frsync-seems-like-copying-files-but-it-doesnt-actually%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Juna is a new contributor. Be nice, and check out our Code of Conduct.
Juna is a new contributor. Be nice, and check out our Code of Conduct.
Juna is a new contributor. Be nice, and check out our Code of Conduct.
Juna is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f545818%2frsync-seems-like-copying-files-but-it-doesnt-actually%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