Displaying 1 result from an estimated 1 matches for "blade36".
Did you mean:
blade06
2012 Apr 02
8
[Bug 8838] New: rsync daemon chooses wrong destination place if space and the module name is part of it
...ad only = false
"""
3. Start rsyncd with "sudo rsync --daemon --no-detach --config=rsyncd.conf".
4. Module name (in this case "foo") should appear after the space in
destination path.
- mkdir -p '/tmp/foo/c foo'
- rsync '/etc/issue' 'rsync://blade36/foo/c foo/issue'
5. Notice that the file will end up in '/tmp/foo/c' instead of '/tmp/foo/c
foo/issue'
Actual results:
File is getting created as '/tmp/foo/c' instead of '/tmp/foo/c foo/issue'.
Expected results:
File should be created at location '/tmp/f...