# # ---------------------------------------------------------------------------- # Bacula configuration template for clients # modified to be usable by the eisfair configuration utility. # # Creation : 2009-02-25 starwarsfan # Last update: $Id$ # # This file is used to create configurations for each client and is includet # on the main Bacula configuration # ---------------------------------------------------------------------------- # Definition of storage device 'STORAGE-NAME' Storage { STORAGE-NAME # Do not use "localhost" here STORAGE-ADDRESS STORAGE-SD-PORT STORAGE-PASSWORD STORAGE-DEVICE STORAGE-MEDIA-TYPE } # Definition of file storage device #Storage { # Name = File # Do not use "localhost" here # Address = eisfair # N.B. Use a fully qualified name here # SDPort = 9103 # Password = "OnlN91sfUBZ1Jt7xAt1QuP8p27ZQFeEn6CaND2TgBfQV" # Device = FileStorage # Media Type = File #} # Definition of DDS tape storage device #Storage { # Name = DDS-4 # Do not use "localhost" here # Address = eisfair # N.B. Use a fully qualified name here # SDPort = 9103 # Password = "OnlN91sfUBZ1Jt7xAt1QuP8p27ZQFeEn6CaND2TgBfQV" # password for Storage daemon # Device = DDS-4 # must be same as Device in Storage daemon # Media Type = DDS-4 # must be same as MediaType in Storage daemon # Autochanger = yes # enable for autochanger device #} # Definition of 8mm tape storage device #Storage { # Name = "8mmDrive" # Do not use "localhost" here # Address = eisfair # N.B. Use a fully qualified name here # SDPort = 9103 # Password = "OnlN91sfUBZ1Jt7xAt1QuP8p27ZQFeEn6CaND2TgBfQV" # Device = "Exabyte 8mm" # MediaType = "8mm" #} # Definition of DVD storage device #Storage { # Name = "DVD" # Do not use "localhost" here # Address = eisfair # N.B. Use a fully qualified name here # SDPort = 9103 # Password = "OnlN91sfUBZ1Jt7xAt1QuP8p27ZQFeEn6CaND2TgBfQV" # Device = "DVD Writer" # MediaType = "DVD" #}