[Touch-packages] [Bug 1404635] Re: rsync: recv_generator: mkdir error with folder ending with space

2023-03-08 Thread RICQ David
Yes, I understand. I would just confirm it was not a rsync bug but just a FAT32 feature. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in Ubuntu. https://bugs.launchpad.net/bugs/1404635 Title: rsync:

[Touch-packages] [Bug 1404635] Re: rsync: recv_generator: mkdir error with folder ending with space

2023-03-08 Thread Simon Déziel
Interesting! If your recollection is accurate then I unfortunately don't see how rsync could workaround that FAT32 limitation :/ -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in Ubuntu.

[Touch-packages] [Bug 1404635] Re: rsync: recv_generator: mkdir error with folder ending with space

2023-03-08 Thread RICQ David
Hi, Thanks for the response. I don't remember the context but maybe the destination was a FAT32 device. And FAT32 doesn't support folder ending with space. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to rsync in Ubuntu.

[Touch-packages] [Bug 1404635] Re: rsync: recv_generator: mkdir error with folder ending with space

2023-03-07 Thread Simon Déziel
I'll mark this old bug as fix released because I can't reproduce it on 20.04 (3.1.3) nor 22.04 (rsync 3.2.7). Here's how I tested it on 20.04: # rsync --version rsync version 3.1.3 protocol version 31 ... # mkdir -p "src/a " dst # rsync -aiv src/ dst/ sending incremental file list .d..t..