You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rsync TAB completion adds 3 backslashes (\\\) for files/directories with spaces, which results in "No such file or directory (2)". Replacing \\\ with \ manually syncs the directory without a problem.
This used to work before with 3 backslashes and I can't figure out what broke it.
Expected behavior
rsync TAB completion works without manual intervention.
Description
rsync TAB completion adds 3 backslashes (
\\\
) for files/directories with spaces, which results in "No such file or directory (2)". Replacing\\\
with\
manually syncs the directory without a problem.This used to work before with 3 backslashes and I can't figure out what broke it.
Expected behavior
rsync TAB completion works without manual intervention.
Steps to Reproduce
rsync -avz user@remote_server:/some/path/with<TAB>
rsync -avz user@remote_server:/some/path/with\\\ spaces\\\ in\\\ its\\\ name . <RETURN>
Versions
The text was updated successfully, but these errors were encountered: