|
From: Joe Z. <jz...@at...> - 2002-06-04 06:31:04
|
Rene,
rsync and nfs are working now. Here's my notes on what I learned. You
may want to add some of it to the INSTALL doc. Tomorrow I'll work on the
rest of the config.
rsync
on machine to be backed up, enable rsync
ntsysv, then enable rsync (or use chkconfig)
/etc/init.d/xinetd restart
nfs
on machine to be backed up:
nfs needs to be enabled in kernel or as a module.
need to start portmap and nfs (or enable in ntsysv or chkconfig).
/etc/init.d/portmap start
/etc/init.d/nfs start
on 'mount'ing machine
nfs needs to be enabled in kernel or as a module.
start portmap (or enable in ntsysv or chkconfig).
/etc/init.d/portmap start
Joe
|