On Fri, 5 Dec 2003, Deon Grobler wrote: > Hi Charline
Or Charlie, perhaps. [I notice that you insist on top-posting. I consider that laziness at the expense of the many people you hope will help you. Please rethink. See .sig.] > FreeBSD 5.1 already has that built in. But clearly it is complaining: find: invalid predicate `-E' > It's no the OS, it's the find command. My guess is you just need to tell > flexbackup not to use -E. Modify this this block in /usr/bin/flexbackup > and see how you get on: > > ... > # FreeBSD wants -E to enable extended regex > if ($::uname =~ /FreeBSD/) { > $cmd .= "$::path{find} -E . "; Try this: > $cmd .= "$::path{find} . -E "; > } else { > $cmd .= "$::path{find} . "; > } > ... -- Charlie Brady [EMAIL PROTECTED] Mitel Networks Corporation http://www.mitel.com/ Phone: +1 (613) 592 5660 or 592 2122 Fax: +1 (613) 592 1175 A: Because we read from top to bottom, left to right. Q: Why should i start my reply below the quoted text? ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ flexbackup-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/flexbackup-help