Godd afternoon --

In order to help the next one searching for this:


--- Marc Gerges <[EMAIL PROTECTED]> 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 



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
flexbackup-help mailing list
flexbackup-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexbackup-help

Reply via email to