Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files with names that contain punctuation marks like question marks or commas error out and don't get synced #670

Open
PrecisionWordcraft opened this issue Nov 20, 2024 · 1 comment

Comments

@PrecisionWordcraft
Copy link

Files with names that contain punctuation marks like question marks or commas error out and don't get synced. If you rename the file to omit the punctuation, the file will sync.

The error looks like this:

rsync: [receiver] mkstemp "/run/media/user/drive/Re: Freelance editor at large, looking for great new clients_.pdf.K1KPHy" failed: Invalid argument (22)

@cccslater
Copy link

cccslater commented Nov 20, 2024

NTFS doesn’t like files ending in .
This for me is not an rsync error it is NTFS problem

I am experiencing something similar, rsync 3.3.0 on fedora. I’m copying files using -a.

I have 2 music albums named (verbatim) ‘Barbara & Ernie - Prelude to…’ and ‘John Cooper Clarke - Snap, Crackle [&] Bop.’

For each of these directories, rsync gives me ‘skipping directory’ and no other details.

Oddly enough, I’ve just noticed ‘Bini & Martini - In the Mix’ and ‘Lonnie Liston Smith & The Cosmic Echoes - Visions of a New World’ transferred fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants