## Describe the bug If I want to copy a file from remote to local containing spaces, the space will be escaped with triple backslashes, but it should be only one. <!-- A clear and concise description of what the bug is. --> ## To reproduce <!-- Steps to reproduce the behavior: --> If there is a named `test file.txt` when I try to complete `rsync localhost:test` I get the completion `rsync localhost:test\\\ file.txt` which doesn't work. ## Expected behavior <!-- A clear and concise description of what you expected to happen. --> It should be `rsync localhost:test\ file.txt` ## Versions (please complete the following information) - [ x] Operating system name/distribution and version: Arch - [ x] bash version, `echo "$BASH_VERSION"`: 5.2.37(1)-release - [ x] bash-completion version, `(IFS=.; echo "${BASH_COMPLETION_VERSINFO[*]}")`: 2.14.0