[Bug 1404635] Re: rsync: recv_generator: mkdir error with folder ending with space
Simon Déziel
1404635 at bugs.launchpad.net
Wed Mar 8 00:37:04 UTC 2023
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...... ./
cd+++++++++ a /
sent 73 bytes received 23 bytes 192.00 bytes/sec
total size is 0 speedup is 0.00
# ls -l dst/
total 1
drwxr-xr-x 2 root root 2 Mar 8 00:30 'a '
** Changed in: rsync (Ubuntu)
Status: New => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1404635
Title:
rsync: recv_generator: mkdir error with folder ending with space
Status in rsync package in Ubuntu:
Fix Released
Bug description:
Hi,
I notice what rsync is not able to copy folder which ending with space :
Example which not working :
rsync: recv_generator: mkdir "/var/Janji feat. T.R. " failed: Invalid argument (22)
*** Skipping any contents from this failed directory ***
If I remove space at the end, it works.
mkdir can create folder with space at the end.
rsync version 3.1.0 protocol version 31
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1404635/+subscriptions
More information about the foundations-bugs
mailing list