[ubuntu-ar] Configuracion bacula

Guido De Vita gdevita at innova-red.net
Wed Mar 3 12:22:00 GMT 2010


Uh justo agarraste mi fuerte.
Te dejo una quick guide que arme yo cuando lo tuve que instalar:

acordate que el nombre del director es el mismo cuando lo definis en los 
otros daemons y las passwords como van coincidiendo.
Podes simplemente hacer copy paste.

##REEMPLAZAR *** por un nombre de maquina

Job {
  Name = "***"
  Client = ***-fd
  Schedule = "Diario***"
  Write Bootstrap = "/var/lib/bacula/Client%%%.bsr" # DONDE %%% ponemos 
el del job del cliente anterior +1
  Type = Backup
  Level = Incremental
  FileSet = "***"
  Storage = File
  Messages = Standard
  Pool = Default
  Priority = 10
 }

FileSet {
  Name = "***"
  Include {
    Options {
      Compression=GZIP
      signature = MD5
      Sparse = yes
    }
  File = C:/Users/PEPE JOSE ALBERTO POPEYE O QUIEN QUIERAS
## ACA VAN LOS ARCHIVOS A BACKUPEAR. FORMATO: File = /cosa (path absoluto)

 }
 
}
Schedule {
  Name = "Diario***"
   #### PONER BIEN LA HORA
  Run = Incremental daily at 1:30
}

Client {
  Name = ***-fd
  ## IP o HOST
  Address = ***.DOMINIO.COM
  FDPort = 9102
  Catalog = MyCatalog
  Password = "ARm7qyF3lJSBKJ9NRICUj+Ry3PRJ3EZN92EnilHFVb8/"          # 
password$
  File Retention = 30 days            # 30 days
  Job Retention = 6 months            # six months
  AutoPrune = yes                     # Prune expired Jobs/Files
}

------------ próxima parte ------------
Se ha borrado un mensaje que no est? en formato texto plano...
Nombre     : gdevita.vcf
Tipo       : text/x-vcard
Tama?o     : 278 bytes
Descripci?n: no disponible
Url        : https://lists.ubuntu.com/archives/ubuntu-ar/attachments/20100303/1f11d862/attachment.vcf 


More information about the Ubuntu-ar mailing list