Yes, guys Provogeek is correct. The only supported rsync configuration that is Novell approved is for use with Branch Office. I had a need to be able to replicate the data volume of my file server to another location for disaster recovery purposes.
With that being said please proceed with caution: and at your own risk.
My first reference material is AppNote: using rsync to synchronize data to and from Netware servers (found on the cool solutions site written by Thomas Erickson)
First of all you need the rsync package
RSync-2.6.0.zip download it from novell (just search for it)
I followed the instructions down to (3) then I kinda skipped ahead a bit..
____________________________________________________________
SETTING UP THE DESTINATION SERVER (RSYNC SERVER):
# Copy the rsync directory to sys:\ (after extracting it from the above URL)
# Add the following to the system\autoexec.ncf
SEARCH ADD SYS:\RSYNC
SEARCH ADD SYS:\RSYNC\SYS\RSYNC
RSYNCSTR.NCF
# Modify RSYNCSTR.NCF to have the CO (Central Office) rsync server listen for incoming rsync traffic.
Also, if one does not need SSL that can be removed too. You want it to look like:
rsync -v --progress --port=873 –daemon
# Before starting rsync daemon for the first time, configure the conf file.
Copy sys:\rsync\rsyncd.conf to the sys:\etc directory.
Modify the rsync server's \etc\rsyncd.conf file
You will need an entry in the etc\rsyncd.conf file for each source server's info:
/etc/rsyncd.conf:
Here is my file: (This file lives on the destination machine)
uid = nobody
gid = nobody
max connections = 0
syslog facility = local5
pid file = SYS:/system/rsyncd.pid
log file =
motd file = SYS:/system/rsyncd.motd
[POLY]
path=RESTORE:/RSYNC/POLY
comment=rsync poly data
read only=no
use chroot=no
strict modes = no
transfer logging=yes
timeout=3600
use lfs=no
At this point i started rsync up on my destination server rsynstr.nlm
Then I started rsync on my source server (POLY)
load sys:rsync/rsync.nlm -arz -c / BACKUP:

OLY/data --volume=data: --port=873 --progress
you should see it start to build a file list.
Then I put the above command in an NCF file called runsync.ncf and run it everyday at 11:30 with a cron job
Tamra Graver --CNA, Network+
*************************************
It is my job to comfort the disturbed
and disturb the comfortable..........