#833155 bash-completion: "rsync root@host:'dat' /<Tab>" doesn't autocomplete

#833155#5
Date:
2016-08-01 13:49:06 UTC
From:
To:
The following command does not autocomplete:
rsync root@host:'dat' /<Tab>

bash-completion is installed. The following is uncommented in /etc/bash.bashrc:
if ! shopt -oq posix; then
  if [ -f /usr/share/bash-completion/bash_completion ]; then
    . /usr/share/bash-completion/bash_completion
  elif [ -f /etc/bash_completion ]; then
    . /etc/bash_completion
  fi
fi

Completion works normally in other commands, such as dpkg.
"rsync root@host:dat /<Tab>" works normally.

#833155#10
Date:
2016-10-07 09:27:48 UTC
From:
To:
retitle 833155 bash-completion: "rsync root@host:'dat' /<Tab>" doesn't autocomplete
reassign 833155 bash-completion
thanks

The rsync package does not contain any bash completion files;
hence I'm reassigning this bug to the bash-completion package.

Thanks,
Paul