Re: [flexbackup-help] bug? backup set / and /root

2006-01-09 Thread Marc Gerges
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=7637alloc_id=16865op=click
___
flexbackup-help mailing list
flexbackup-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexbackup-help


[flexbackup-help] bug? backup set / and /root

2006-01-07 Thread Marc Gerges
Good evening --

I've moved pretty much everything possible out of the root filesystem
and am using different backup sets to back up those filesystems.

Relevant part of the config:
-
$set{'root'} = /;
$set{'homeroot'} =/root;
$set{'usr'} = /usr;
$set{'var'} = /var;
$set{'home'}=/home;
-

I've noticed that my backups for / and /root are actually both named
'root' on the backup drive. If I call the two sets, it backs up the
correct folders, but names both of them root.0.2006

I tried to circumvent the problem by calling the root set via ssh, but
flexbackup noticed that and didn't like it.

How can I fix that?

cu
  .\\arc



__ 
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=7637alloc_id=16865op=click
___
flexbackup-help mailing list
flexbackup-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexbackup-help