On 13/11/2020 14.06, ToddAndMargo via users wrote:
Hi All,

How do I get rsync to recognize weird characters that
my file system is okay with?

Many thanks,
-T


rsync --recursive --verbose --delete --delete-excluded --modify-window=5 
--times --inplace --copy-links  /home/CDs/Keepers               /mnt/MyCDs/.

sending incremental file list
Keepers/Linux/core.dumps.txt
Keepers/Linux/Perl/Perl5/perl.->.txt
Keepers/Linux/Perl/Perl5/perl.HTTP::Response.html
Keepers/Linux/Perl/Perl5/perl.Net::Nslookup.host.html
Keepers/Linux/Perl/Perl6/perl6.*@.**@.slurp.txt
Keepers/Linux/Perl/Perl6/perl6.<>{}<<>>.txt
Keepers/Linux/Perl/Perl6/perl6.prefix:.txt
rsync: [receiver] open "/mnt/MyCDs/Keepers/Linux/Perl/Perl5/perl.->.txt" 
failed: Invalid argument (22)
rsync: [receiver] open 
"/mnt/MyCDs/Keepers/Linux/Perl/Perl5/perl.HTTP::Response.html" failed: Invalid 
argument (22)
rsync: [receiver] open 
"/mnt/MyCDs/Keepers/Linux/Perl/Perl5/perl.Net::Nslookup.host.html" failed: 
Invalid argument (22)
rsync: [receiver] open 
"/mnt/MyCDs/Keepers/Linux/Perl/Perl6/perl6.*@.**@.slurp.txt" failed: Invalid 
argument (22)
rsync: [receiver] open "/mnt/MyCDs/Keepers/Linux/Perl/Perl6/perl6.<>{}<<>>.txt" 
failed: Invalid argument (22)
rsync: [receiver] open "/mnt/MyCDs/Keepers/Linux/Perl/Perl6/perl6.prefix:.txt" 
failed: Invalid argument (22)
Keepers/Thunderbird/Th.??.txt
Keepers/Thunderbird/Th.�.space.issue.txt
rsync: [receiver] open "/mnt/MyCDs/Keepers/Thunderbird/Th.??.txt" failed: 
Invalid argument (22)
rsync: [receiver] open 
"/mnt/MyCDs/Keepers/Thunderbird/Th.\#303\#203\#302\#257\#303\#202\#302\#277\#303\#202\#302\#275.space.issue.txt"
 failed: Invalid argument (22)
Keepers/Windows/Batch/batch.||.&&.txt
rsync: [receiver] open "/mnt/MyCDs/Keepers/Windows/Batch/batch.||.&&.txt" 
failed: Invalid argument (22)
Is it possible that the target fs mounted on /mnt/MyCDs/ is the one not liking 
these names?

--
Eyal Lebedinsky (fed...@eyal.emu.id.au)
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to