rsync verbose print folders with strange charactersUse rsync to change only the date modified of folders/filescan't get rsync with exlude to work!Backup your home directory with rsync and skip useless foldersStrange file ownership after rsync W7/U14.04rsync without deleting between 2 foldersrsync --exclude option for copying folders from servercan't sync certain characters with rsyncStrange rsync behaviour I don't understand throught SMB/CIFS
How do we know neutrons have no charge?
How do my husband and I get over our fear of having another difficult baby?
Meaning of "fin" in "fin dai tempi"
Everyone Gets a Window Seat
What does a textbook look like while you are writing it?
Why do Russians sometimes spell "жирный" (fatty) as "жырный"?
Does the US Armed Forces refuse to recruit anyone with an IQ less than 83?
How to transcribe an arpeggiated 4-note chord to be playable on a violin?
Booting Ubuntu from USB drive on MSI motherboard -- EVERYTHING fails
Lighthouse Alternatives
A word that refers to saying something in an attempt to anger or embarrass someone into doing something that they don’t want to do?
Realistically, how much do you need to start investing?
Is there a pattern for handling conflicting function parameters?
Why the first octet of a MAC address always end with a binary 0?
Can Familiars read and use spell scrolls?
Did the Soviet army intentionally send troops (e.g. penal battalions) running over minefields?
Can the President of the US limit First Amendment rights?
Replace Only First Occurence after Pattern
How to say "respectively" in German when listing (enumerating) things
As a team leader is it appropriate to bring in fundraiser candy?
MaxCounters solution in C# from Codility
Garage door sticks on a bolt
Are there types of animals that can't make the trip to space? (physiologically)
IEEE 754 square root with Newton-Raphson
rsync verbose print folders with strange characters
Use rsync to change only the date modified of folders/filescan't get rsync with exlude to work!Backup your home directory with rsync and skip useless foldersStrange file ownership after rsync W7/U14.04rsync without deleting between 2 foldersrsync --exclude option for copying folders from servercan't sync certain characters with rsyncStrange rsync behaviour I don't understand throught SMB/CIFS
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;
Using rsync -avh
the list of folders stops printing when getting to a directory ls
calls ''$'302220''퓬ƒTƒ“ƒvƒ‹'
(badly encoded Japanese text that doesn't appear to be EUC-JP, ISO-2022-JP, or SHIFT_JIS). However it seems like rsync continues transferring, just not displaying. How can I get rsync to continue printing information?
More info: the locale is en_US.UTF-8
, the source partition is ext4 and destination partition is NTFS (mounted with mount
, probably mount.ntfs
), though this seems to be a display issue rather than an actual transfer issue.
bash rsync
add a comment
|
Using rsync -avh
the list of folders stops printing when getting to a directory ls
calls ''$'302220''퓬ƒTƒ“ƒvƒ‹'
(badly encoded Japanese text that doesn't appear to be EUC-JP, ISO-2022-JP, or SHIFT_JIS). However it seems like rsync continues transferring, just not displaying. How can I get rsync to continue printing information?
More info: the locale is en_US.UTF-8
, the source partition is ext4 and destination partition is NTFS (mounted with mount
, probably mount.ntfs
), though this seems to be a display issue rather than an actual transfer issue.
bash rsync
please mention what is your locale, what is the partition type (where this specific folder lies) and how it is mounted? Further it is not clear to me if the issue is only withrsync
or evenls
also gives this bad output!
– user5325
Apr 16 at 8:02
1
You can tryreset
on the terminal and try again!
– user5325
Apr 16 at 8:02
@user5325 I've added more info. Note thatls
still displays the filename but rsync refuses to display any further information until I Ctrl-C.
– qwr
Apr 16 at 19:55
add a comment
|
Using rsync -avh
the list of folders stops printing when getting to a directory ls
calls ''$'302220''퓬ƒTƒ“ƒvƒ‹'
(badly encoded Japanese text that doesn't appear to be EUC-JP, ISO-2022-JP, or SHIFT_JIS). However it seems like rsync continues transferring, just not displaying. How can I get rsync to continue printing information?
More info: the locale is en_US.UTF-8
, the source partition is ext4 and destination partition is NTFS (mounted with mount
, probably mount.ntfs
), though this seems to be a display issue rather than an actual transfer issue.
bash rsync
Using rsync -avh
the list of folders stops printing when getting to a directory ls
calls ''$'302220''퓬ƒTƒ“ƒvƒ‹'
(badly encoded Japanese text that doesn't appear to be EUC-JP, ISO-2022-JP, or SHIFT_JIS). However it seems like rsync continues transferring, just not displaying. How can I get rsync to continue printing information?
More info: the locale is en_US.UTF-8
, the source partition is ext4 and destination partition is NTFS (mounted with mount
, probably mount.ntfs
), though this seems to be a display issue rather than an actual transfer issue.
bash rsync
bash rsync
edited Apr 16 at 19:54
qwr
asked Apr 15 at 23:23
qwrqwr
7878 silver badges23 bronze badges
7878 silver badges23 bronze badges
please mention what is your locale, what is the partition type (where this specific folder lies) and how it is mounted? Further it is not clear to me if the issue is only withrsync
or evenls
also gives this bad output!
– user5325
Apr 16 at 8:02
1
You can tryreset
on the terminal and try again!
– user5325
Apr 16 at 8:02
@user5325 I've added more info. Note thatls
still displays the filename but rsync refuses to display any further information until I Ctrl-C.
– qwr
Apr 16 at 19:55
add a comment
|
please mention what is your locale, what is the partition type (where this specific folder lies) and how it is mounted? Further it is not clear to me if the issue is only withrsync
or evenls
also gives this bad output!
– user5325
Apr 16 at 8:02
1
You can tryreset
on the terminal and try again!
– user5325
Apr 16 at 8:02
@user5325 I've added more info. Note thatls
still displays the filename but rsync refuses to display any further information until I Ctrl-C.
– qwr
Apr 16 at 19:55
please mention what is your locale, what is the partition type (where this specific folder lies) and how it is mounted? Further it is not clear to me if the issue is only with
rsync
or even ls
also gives this bad output!– user5325
Apr 16 at 8:02
please mention what is your locale, what is the partition type (where this specific folder lies) and how it is mounted? Further it is not clear to me if the issue is only with
rsync
or even ls
also gives this bad output!– user5325
Apr 16 at 8:02
1
1
You can try
reset
on the terminal and try again!– user5325
Apr 16 at 8:02
You can try
reset
on the terminal and try again!– user5325
Apr 16 at 8:02
@user5325 I've added more info. Note that
ls
still displays the filename but rsync refuses to display any further information until I Ctrl-C.– qwr
Apr 16 at 19:55
@user5325 I've added more info. Note that
ls
still displays the filename but rsync refuses to display any further information until I Ctrl-C.– qwr
Apr 16 at 19:55
add a comment
|
0
active
oldest
votes
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',
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/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
);
);
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%2faskubuntu.com%2fquestions%2f1134212%2frsync-verbose-print-folders-with-strange-characters%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
Thanks for contributing an answer to Ask Ubuntu!
- 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%2faskubuntu.com%2fquestions%2f1134212%2frsync-verbose-print-folders-with-strange-characters%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
please mention what is your locale, what is the partition type (where this specific folder lies) and how it is mounted? Further it is not clear to me if the issue is only with
rsync
or evenls
also gives this bad output!– user5325
Apr 16 at 8:02
1
You can try
reset
on the terminal and try again!– user5325
Apr 16 at 8:02
@user5325 I've added more info. Note that
ls
still displays the filename but rsync refuses to display any further information until I Ctrl-C.– qwr
Apr 16 at 19:55