Bug 147998 - amanda does not understand "include" syntax in disklist
Summary: amanda does not understand "include" syntax in disklist
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 3
Classification: Red Hat
Component: amanda
Version: 3.0
Hardware: i586
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jay Fenlason
QA Contact: Jay Turner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-02-14 16:52 UTC by Gintautas Grigelionis
Modified: 2015-01-08 00:09 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-02-14 19:45:16 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Gintautas Grigelionis 2005-02-14 16:52:17 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.2)
Gecko/20040308

Description of problem:
Syntax like this

fatboy  /bigmama_BIGDIR  /bigmama {     # a big subdirectory
comp-user-tar
include "./bigdir"
}

causes complaints from parser about missing ends of lines

Version-Release number of selected component (if applicable):
2.4.4p1-0.3E

How reproducible:
Always

Steps to Reproduce:
1. Add the definition provided in summary to disklist
2. Run amcheck


Actual Results:  I get a bunck of complaints about bad syntax.


Expected Results:  Amanda should understand the syntax.


Additional info:

Comment 1 Jay Fenlason 2005-02-14 19:45:16 UTC
You missed one line in the "man amanda" output: 
       A line break must follow the left curly bracket. 
 
You can't have a comment at the end of that line.  If I write 
fenlason-desk /local_including /local { 
     local-tar 
    include "./tmp" 
} 1 eth0 
in my disklist, it works fine. 


Note You need to log in before you can comment on or make changes to this bug.