Imported Upstream version 2.6.0
[debian/amanda] / example / amanda-client.conf.in
index c4cb9b9bcb36d623e14f7e35ab69cded4d268362..10e859d269146ebf65c88479e24896109eb463cd 100644 (file)
@@ -1,13 +1,3 @@
-###  !!! WARNING !!!  !!! WARNING !!!  !!! WARNING !!!  !!! WARNING !!!  ###
-###                                                                      ###
-###  This file is not meant to be installed "as is", and in fact, it     ###
-###  WILL NOT WORK!  You must go through it and make changes appropriate ###
-###  to your own situation.  See the documentation in this file, in the  ###
-###  "man amanda" man page, in the "docs" directory and at the Amanda    ###
-###  web page (www.amanda.org).                                          ###
-###                                                                      ###
-###  !!! WARNING !!!  !!! WARNING !!!  !!! WARNING !!!  !!! WARNING !!!  ###
-
 #
 # amanda.conf - sample Amanda client configuration file.
 #
@@ -18,17 +8,17 @@ conf "@DEFAULT_CONFIG@"              # your config name
 
 index_server "@DEFAULT_SERVER@"        # your amindexd server
 tape_server  "@DEFAULT_TAPE_SERVER@"   # your amidxtaped server
-tapedev      "@EXAMPLE_TAPEDEV@"       # your tape device
+#tapedev      "@EXAMPLE_TAPEDEV@"      # your tape device
+                       # if not set, Use configure or ask server.
+                       # if set to empty string "", ask server
+                       # amrecover will use the changer if set to the value
+                       # of 'amrecover_changer' in the server amanda.conf.
 
 #   auth       - authentication scheme to use between server and client.
-#                Valid values are "bsd", "krb4", "krb5" and "ssh".  
-#                Default: [auth "bsd"]
-auth "bsd"
+#                Valid values are "bsd", "bsdudp", "bsdtcp", "krb5", "local",
+#                "rsh" and "ssh".  
+#                Default: [auth "bsdtcp"]
+auth "bsdtcp"
 
 ssh_keys ""                    # your ssh keys file if you use ssh auth
 
-# You may include other amanda configuration files, so you can share
-# dumptypes, tapetypes and interface definitions among several
-# configurations.
-
-#includefile "@CONFIG_DIR@/amanda-client.conf.main"