I found what looks like a bug in Bering RC3's lrcfg.back.script
that affects parial backups.  That script calls mk_inc_part()
for partial backups which populates the $INCLUDE and $EXCLUDE
files based on the contents of the $LRPKG/$PACKAGE.local file
for the package being backed up.

After mk_inc_part() is run, line 172

  sed 's/\/$//' $TMP_EXCLUDE >$EXCLUDE

runs and clobbers the initial $EXCLUDE from mk_inc_part().
I think line 172 should be:

  sed 's/\/$//' $TMP_EXCLUDE >>$EXCLUDE
                            ^^^
Eric W or Jacques, can you confirm?

--Brad



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
------------------------------------------------------------------------
leaf-user mailing list: [EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user
SR FAQ: http://leaf-project.org/pub/doc/docmanager/docid_1891.html

Reply via email to