From: Marc G. <mar...@ya...> - 2006-01-09 11:21:01
|
Godd afternoon -- In order to help the next one searching for this: --- Marc Gerges <mar...@ya...> wrote: > Relevant part of the config: > ----- > $set{'root'} = "/"; > $set{'homeroot'} ="/root"; Renaming the 'root' into 'slash' or whatever else doesn't work. I've resorted to changing the flexbackup executable: flexbackup 1.2.1 (default with Debian Sarge): change line 2236: $label = 'root' if ($label eq ''); into something like this: $label = 'slash' if ($label eq ''); Just make sure you pick a label that doesn't yet exist on your system. __________________________________________ Yahoo! DSL Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com |