Bacula-users

[Bacula-users] BackupCatalog 60 Full is waiting for an appendable Volume

2012-04-19 11:59:06
Subject: [Bacula-users] BackupCatalog 60 Full is waiting for an appendable Volume
From: mgdbac <bacula-forum AT backupcentral DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 16 Apr 2012 10:14:34 -0700
I fixed the issue by modifying the BackupCatalog job as shown below. I then ran 
a backup of the Catalog from the bconsole command line and it ran successfully.


# Backup the catalog database (after the nightly save)
Job {
  Name = "BackupCatalog"
 # JobDefs = "DefaultJob"
  Type = Backup
  Client = cablemon-fd
  Level = Full
  FileSet="Catalog"
  Storage = File
  Messages = Standard
  Schedule = "WeeklyCycleAfterBackup"
  # This creates an ASCII copy of the catalog
  # Arguments to make_catalog_backup.pl are:
  #  make_catalog_backup.pl <catalog-name>
  RunBeforeJob = "/etc/bacula/scripts/make_catalog_backup.pl MyCatalog"
  # This deletes the copy of the catalog
  RunAfterJob  = "/etc/bacula/scripts/delete_catalog_backup"
  Write Bootstrap = "/var/lib/bacula/%n.bsr"
  Priority = 11                   # run after main backup
  Pool = Default
}

+----------------------------------------------------------------------
|This was sent by murray.g.davis AT gmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>