Ing. De Sistemas

Páginas: 8 (1858 palabras) Publicado: 11 de noviembre de 2012
bacula-dir.conf Completo ########################################################### ### Director Definitions ### ########################################################### Director { # define myself Name = bacula-dir DIRport = 9101 # where we listen for UA connections QueryFile = "/usr/lib/bacula/query.sql" WorkingDirectory = "/var/lib/bacula" PidDirectory = "/var/run" Maximum Concurrent Jobs =20 Password = "mipassword" # Console password Messages = Daemon } ########################################################### ### Backup JobsDef## ########################################################### JobDefs { Name = "DefaultJob" Type = Backup Level = Full Storage = File Messages = Standard Pool = FullFile } ########################################################### ### Backup Job'sDefinitions ### ########################################################### Job { Name = "BackupXen" JobDefs = "DefaultJob" Write Bootstrap = "/var/lib/bacula/xenserver.bsr" Client = XENSERVER-FD FileSet = "XENSERVER-FS" Schedule = "XENSERVER-SCH" Maximum Concurrent Jobs = 3 Priority = 11 } Job { Name = "BackupXP" JobDefs = "DefaultJob"

Write Bootstrap = "/var/lib/bacula/xp.bsr" Client =WINDOWSXP-FD FileSet = "WINDOWSXP-FS" Schedule = "WINDOWSXP-SCH" Maximum Concurrent Jobs = 3 Priority = 12 } Job { Name = "BackupWin7" JobDefs = "DefaultJob" Write Bootstrap = "/var/lib/bacula/win7.bsr" Client = WIN7-FD FileSet = "WIN7-FS" Schedule = "WIN7-SCH" Priority = 13 } # Backup the catalog database (after the nightly save) Job { Name = "BackupCatalog" JobDefs = "DefaultJob" Write Bootstrap ="/var/lib/bacula/catalog.bsr" Client = CATALOG-FD FileSet="CATALOG-FS" Schedule = "CATALOG-SCH" # This creates an ASCII copy of the catalog # Arguments to make_catalog_backup.pl are: # make_catalog_backup.pl #RunBeforeJob = "/usr/lib/bacula/make_catalog_backup.pl MyCatalog" # This deletes the copy of the catalog #RunAfterJob = "/usr/lib/bacula/delete_catalog_backup" Maximum Concurrent Jobs = 3 Priority =14 } Job { Name = "BackupMySQL" JobDefs = "DefaultJob" RunScript { RunsWhen = Before FailJobOnError = No Command = "/etc/bacula/backupdb.sh" } RunScript { RunsWhen = After FailJobOnError = No Command = "/etc/bacula/deletedb.sh"

} Write Bootstrap = "/var/lib/bacula/mysqlserver.bsr" Client = MYSQLSERVER-FD FileSet = "MYSQLSERVER-FS" Schedule = "MYSQLSERVER-SCH" Priority = 15 }########################################################### ### Restore Jobs ### ########################################################### ### Template ### JobDefs { Name = "RestoreFiles" Type = Restore Storage = File Pool = FullFile Messages = Standard } Job { Name = "RestoreXENSERVER" JobDefs = "RestoreFiles" Client = XENSERVER-FD FileSet = "XENSERVER-FS" Where = "/opt/restore" } Job { Name = "RestoreWINXP"JobDefs = "RestoreFiles" Client = WINDOWSXP-FD FileSet = "WINDOWSXP-FS" Where = "C:/restore" } Job { Name = "RestoreWIN7" JobDefs = "RestoreFiles" Client = WIN7-FD FileSet = "WIN7-FS" Where = "C:/restore" } Job { Name = "RestoreCATALOG"

JobDefs = "RestoreFiles" Client = CATALOG-FD FileSet = "CATALOG-FS" Where = "/opt/restore" } Job { Name = "RestoreMYSQLSERVER" JobDefs = "RestoreFiles" Client =MYSQLSERVER-FD FileSet = "MYSQLSERVER-FS" Where = "/opt/restore" }

########################################################### ### File Set Definitions ### ########################################################### FileSet { Name = "XENSERVER-FS" Enable VSS = No Include { Options { signature = MD5 compression = GZIP } File = "/etc" File = "/opt/data" } } ### VM-DOS ### FileSet { Name ="WINDOWSXP-FS" Enable VSS = Yes Include { Options { signature = MD5 compression = GZIP } File = "C:/Documents and Settings/Administrator/My Documents/" } Exclude { File = "C:/Documents and Settings/Administrator/My Documents/My Music" } }

### VM-TRES ### FileSet { Name = "WIN7-FS" Enable VSS = Yes Include { Options { signature = MD5 compression = GZIP } File = "C:/Users/Administrator/Pictures" }...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Ing de sistemas
  • Ing sistemas
  • Ing de sistemas
  • Ing. Sistemas
  • Ing Sistemas
  • Ing De Sistemas
  • Ing. En Sistemas
  • Ing. De Sistemas

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS