config_query_option  AMANDA_CLIENT  "Install client-only?"                 n  \
                     "--without-server"  ""                                   &&

config_query_option  AMANDA_SERVER  "Install server-only?"                 n  \
                     "--without-client"  ""                                   &&

config_query_option  AMANDA_HOSTS  "Use .rhosts over .amandahosts?"        n  \
                     "--without-amandahosts"  ""                              &&

config_query_option  AMANDA_BUFFER                                            \
                     "buffer the dumping sockets on the server for speed"  n  \
                     "--with-buffered-dump"  ""                               &&

config_query_option  AMANDA_FQDN  "use FQDNs to backup multiple networks"  n  \
                     "--with-fqdn"  ""                                        &&

#
# Full DB list: text db dbm gdbm ndbm
#
config_query_list    AMANDA_DB  "Use which database format?"   \
                     text db gdbm
