Catalog.conf 278 B

1234567891011
  1. FileSet {
  2. Name = "Catalog"
  3. Description = "Backup the catalog dump and Bareos configuration files."
  4. Include {
  5. Options {
  6. signature = MD5
  7. }
  8. File = "/var/lib/bareos/bareos.sql" # database dump
  9. File = "/etc/bareos" # configuration
  10. }
  11. }