|
From: Rene R. <re...@gr...> - 2002-06-04 06:58:54
|
Cool Joe I've completely forgotten to mention the excludes and how it works In the inc/excludes/ dir there is a file called "default.excludelist". This file contains the names of the files and dirs excluded from rsync backup. Take a look a the rsync documentation to see the precise format of this file. BOBS in its current state checks for a file called <servername>.<sharename> in that dir. If it is not found it will use the "default.excludelist" file. To backup ALL files with no exclusions you should create an empty file called <servername>.<sharename>. Consider that users will restore files and then BOBS will make backup of those files again. Currently a dir called "restore_files" is created on the users share, and restored files are placed in it. Default settings excludes that dir from the backup process. I'll add this and your documentation to the cvs. -Rene On Tue, 2002-06-04 at 08:30, Joe Zacky wrote: > 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 > > > _______________________________________________________________ > > Don't miss the 2002 Sprint PCS Application Developer's Conference > August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm > > _______________________________________________ > Bobs-devel mailing list > Bob...@li... > https://lists.sourceforge.net/lists/listinfo/bobs-devel |