I have an rsync server running on nodeA and a client, nodeB.
I am attempting to do a sync/copy from the local machine, nodeB, to the rsync server,
nodeA.
The following line from the rsync man page makes it look like this is relatively
simple:
for copying from the local machine to a remote rsync
I found my problem. The default for all modules is to be READ ONLY. adding the
following to the module corrected the issue:
read only = false
Thanks!
Jason de la Fuente
>>> "Jason delaFuente" <[EMAIL PROTECTED]> 01/19/04 11:43AM >>>
I have an rsync se