]> git.sur5r.net Git - bacula/bacula/blob - regress/scripts/win32-bacula-sd-tape.conf
Updates
[bacula/bacula] / regress / scripts / win32-bacula-sd-tape.conf
1 #
2 # Default Bacula Storage Daemon Configuration file
3 #
4 #  For Bacula release 1.33
5 #
6 # You may need to change the name of your tape drive
7 #   on the "Archive Device" directive in the Device
8 #   resource.  If you change the Name and/or the 
9 #   "Media Type" in the Device resource, please ensure
10 #   that dird.conf has corresponding changes.
11 #
12
13 Storage {                             # definition of myself
14   Name = localhost-sd
15   SDPort = 8103                  # Director's port      
16   WorkingDirectory = "/home/kern/bacula/regress/working"
17   Pid Directory = "/home/kern/bacula/regress/working"
18   Subsys Directory = "/home/kern/bacula/regress/working"
19 }
20
21 #
22 # List Directors who are permitted to contact Storage daemon
23 #
24 Director {
25   Name = rufus-dir
26   Password = "ccV3lVTsQRsdIUGyab0N4sMDavui2hOBkmpBU0aQKOr9"
27 }
28
29 #
30 # Devices supported by this Storage daemon
31 # To connect, the Director's bacula-dir.conf must have the
32 #  same Name and MediaType. 
33 #
34
35 Device {
36   Name = DDS-4                     # 
37   Media Type = DDS-4
38   Archive Device = /dev/nst0
39   AutomaticMount = yes;               # when device opened, read it
40   AlwaysOpen = yes;
41   RemovableMedia = yes;
42   @/home/kern/bacula/regress/bin/tape_options
43 # Maximum File Size = 1000000
44 # MaximumVolumeSize = 100M
45 }
46
47
48 # Send all messages to the Director, 
49 # mount messages also are sent to the email address
50 #
51 Messages {
52   Name = Standard
53   director = rufus-dir = all, !terminate
54 }