Displaying 1 result from an estimated 1 matches for "projects_home".
Did you mean:
products_home
2023 Mar 13
1
[Bug 15335] New: Environment variables in remote host's path do not resolve properly
...e were
protecting the remote environment variable with single quotes to ensure it
resolved on the remote host and not locally. I was able to reliable reproduce
this issue with 3.2.7 and show that the command worked with 3.2.3.
Example Command:
rsync -rl /home/user/test_dir 'user at hostname:$PROJECTS_HOME/INFINITE'
3.2.7 -> rsync: mkdir "/p/home/rlarson/$PROJECTS_HOME/INFINITE" failed: No such
file or directory
3.2.3 -> successful rsync
A few notes:
1. The env var and path does exist on remote system
2. "/p/home/rlarson" is my $HOME dir on remote system
3. Both sour...