Skip to main content
2 of 4
edited tags
Gilles 'SO- stop being evil'
  • 865.5k
  • 205
  • 1.8k
  • 2.3k

Rsync protocol name full path,not a module

Is it possible to name the full path to source directory in rsync command instead of the name of the module.

For example:
rsync -av rsync://10.171.73.23/home/user/work/tests .
instead of :
rsync -av rsync://10.171.73.23/ftp/work/tests .
(ftp is a module from /etc/rstncd.conf)

When trying the first version I get '@ERROR: Unknown module 'home''

John Retallack