Skip to main content
Fixed a few typos. (I think maybe the title could do with clarifying too, but I don't know enough about rsync or understand this question well enough to do it myself.)
Source Link

Rsync protocol name full path,not 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/rstncdrsyncd.conf)

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

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''

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/rsyncd.conf)

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

deleted 7 characters in body
Source Link
wag
  • 37k
  • 13
  • 68
  • 51

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

rsync -av rsync://10.171.73.23/home/user/work/tests .

instead of :
rsync -av rsync://10.171.73.23/ftp/work/tests .

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'''@ERROR: Unknown module 'home''

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''

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''

edited tags
Link
Gilles 'SO- stop being evil'
  • 865.5k
  • 205
  • 1.8k
  • 2.3k
Post Migrated Here from stackoverflow.com (revisions)
Source Link
John Retallack
John Retallack
Loading