Hello Brad ,  
you are right about the error, I would make a different change, to 
prevent problematic entries in the exclude list 
change :

                /^[xXeE]/{
                                s/^[^   ]*[     ]*//
                                w '"$EXCLUDE"'
                        }' $LOCAL

to 

                /^[xXeE]/{
                                s/^[^   ]*[     ]*//
                                w '"$TMP_EXCLUDE"'
                        }' $LOCAL

 
Thanks 
Eric Wolzak 
member of the Bering Crew 

Eric wolzak 


> 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




-------------------------------------------------------
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