HEX

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
Server: Apache
System: Linux 4.19.0-0.bpo.9-amd64 x86_64 at red40
User: u547966 (5490)
PHP: 5.3.29-mh2
Disabled: syslog, dl, popen, proc_open, proc_nice, proc_get_status, proc_close, proc_terminate, posix_mkfifo, chown, chgrp, accelerator_reset, opcache_reset, accelerator_get_status, opcache_get_status, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority
Upload Files
File: //usr/share/doc/bacula-common/examples/conf/m4.bacula-sd.conf
# bacula-sd.conf
#
# Default Bacula Storage Daemon Configuration file
#
# WARNING: 
# This file is generated from /opt/lysator/etc/bacula/bacula-dir.conf
# Edit the source file and then run 'make'.
#

Storage {                             # definition of myself
  Name = Baccus
  SDPort = 9103                  # Director's port      
  WorkingDirectory = "/var/bacula/working"
  Pid Directory = "/var/run"
  Maximum Concurrent Jobs = 20
}

#
# List Directors who are permitted to contact Storage daemon
#
Director {
  Name = Baccus
  Password = "KLUwcp1ZTeIc0x265UPrpWW28t7d7cRXmhOqyHxRr"
}

#
# Devices supported by this Storage daemon
# To connect, the Director's bacula-dir.conf must have the
#  same Name and MediaType. 
#

Device {
  Name = File-0
  Media Type = File
  Archive Device = /var/bacula/storage/file-0
  LabelMedia = yes;                   # lets Bacula label unlabeled media
  Random Access = Yes;
  AutomaticMount = yes;               # when device opened, read it
  RemovableMedia = no;
  AlwaysOpen = no;
}

Device {
  Name = DLT-0
  Media Type = DLT7000
  Archive Device = /dev/rmt/0cbn
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  Autochanger = yes;
  Changer Device = /dev/scsi/changer/c1t0d0
  Changer Command = "/opt/bacula/etc/mtx-changer %c %o %S %a %d"
  Drive Index = 0
  Maximum Spool Size = 4gb
  Maximum Job Spool Size = 1gb
  Spool Directory = /var/bacula/spool/dlt-0
}

Device {
  Name = DLT-1
  Media Type = DLT7000
  Archive Device = /dev/rmt/1cbn
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  Autochanger = yes;
  Changer Device = /dev/scsi/changer/c1t0d0
  Changer Command = "/opt/bacula/etc/mtx-changer %c %o %S %a %d"
  Drive Index = 1
  Maximum Spool Size = 2gb
  Maximum Job Spool Size = 1gb
  Spool Directory = /var/bacula/spool/dlt-1
}

Device {
  Name = DLT-2
  Media Type = DLT7000
  Archive Device = /dev/rmt/2cbn
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  Autochanger = yes;
  Changer Device = /dev/scsi/changer/c1t0d0
  Changer Command = "/opt/bacula/etc/mtx-changer %c %o %S %a %d"
  Drive Index = 2
  Maximum Spool Size = 2gb
  Maximum Job Spool Size = 1gb
  Spool Directory = /var/bacula/spool/dlt-2
}

Device {
  Name = DLT-3
  Media Type = DLT7000
  Archive Device = /dev/rmt/3cbn
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  Autochanger = yes;
  Changer Device = /dev/scsi/changer/c1t0d0
  Changer Command = "/opt/bacula/etc/mtx-changer %c %o %S %a %d"
  Drive Index = 3
  Maximum Spool Size = 2gb
  Maximum Job Spool Size = 1gb
  Spool Directory = /var/bacula/spool/dlt-3
}

Device {
  Name = DLT-4
  Media Type = DLT7000
  Archive Device = /dev/rmt/4cbn
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  Autochanger = yes;
  Changer Device = /dev/scsi/changer/c1t0d0
  Changer Command = "/opt/bacula/etc/mtx-changer %c %o %S %a %d"
  Drive Index = 4
  Maximum Spool Size = 2gb
  Maximum Job Spool Size = 1gb
  Spool Directory = /var/bacula/spool/dlt-4
}

Device {
  Name = DLT-5
  Media Type = DLT7000
  Archive Device = /dev/rmt/5cbn
  AutomaticMount = yes;               # when device opened, read it
  AlwaysOpen = yes;
  RemovableMedia = yes;
  RandomAccess = no;
  Autochanger = yes;
  Changer Device = /dev/scsi/changer/c1t0d0
  Changer Command = "/opt/bacula/etc/mtx-changer %c %o %S %a %d"
  Drive Index = 5
  Maximum Spool Size = 2gb
  Maximum Job Spool Size = 1gb
  Spool Directory = /var/bacula/spool/dlt-5
}

# 
# Send all messages to the Director, 
# mount messages also are sent to the email address
#
Messages {
  Name = Standard
  director = Baccus = all
}