Max Pyziur wrote:
> An example of a filename:
> rsync: [receiver] mkstemp "/path/to/some/directory/WNYC's Leonard Lopate 
> Show/.wnyc_lopate.mp3?d=475.0atuCZ" failed: Invalid argument (22)
> 
> It seems blanks and characters such as apostrophes, brackets, etc, cause
> problems.
...
> The HPFS/NTFS/exFAT is a 2TB portable Samsung SSD Model T7. I wasn't sure if
> I should reformat it to ext4, leave as-is, or what?
> 
> What's interesting to me is that the command
> rsync -avz source target on two separate machines doesn't produce this
> error/noise.
> 
> While rsync -av source target
> 
> where target is a USB-mounted drive does.

A '?' is invalid for a file or directory name on a FAT
filesystem.  Other invalid characters:

    \0 " * : < > ? \ | ¿

-- 
Todd

Attachment: signature.asc
Description: PGP signature

_______________________________________________
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
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to