Occasionally, I see the following error in my emailed job logs as follows:

18-Jul 03:00 aries-dir: The job will require the following Volumes:
18-Jul 03:00 aries-dir:    
18-Jul 03:00 aries-dir:    Backup_aries-fd_2006-07-18_00.05.03
18-Jul 03:00 aries-dir: 
18-Jul 03:00 aries-dir: Start Verify JobId=897 Level=VolumeToCatalog
Job=AriesVerifyData.2006-07-18_03.00.00
18-Jul 03:00 aries-sd: Ready to read from volume
"Backup_aries-fd_2006-07-18_00.05.03" on device "File" (/backup).
18-Jul 03:20 aries-sd: End of file 3  on device "File" (/backup), Volume
"Backup_aries-fd_2006-07-18_00.05.03"
18-Jul 03:20 aries-sd: End of Volume at file 3 on device "File" (/backup),
Volume "Backup_aries-fd_2006-07-18_00.05.03"
18-Jul 03:20 aries-sd: End of all volumes.
18-Jul 03:20 aries-dir: 
18-Jul 03:20 aries-dir: The following files are missing:
18-Jul 03:20 aries-dir:       /var/
18-Jul 03:20 aries-dir:       /data/
18-Jul 03:20 aries-dir: AriesVerifyData.2006-07-18_03.00.00 Error: Bacula
1.38.11 (28Jun06): 18-Jul-2006 03:20:22
  JobId:                  897
  Job:                    AriesVerifyData.2006-07-18_03.00.00
  FileSet:                Full Set
  Verify Level:           VolumeToCatalog
  Client:                 aries-fd
  Verify JobId:           896
  Verify Job:             
  Start time:             18-Jul-2006 03:00:02
  End time:               18-Jul-2006 03:20:22
  Files Expected:         60,358
  Files Examined:         60,358
  Non-fatal FD errors:    0
  FD termination status:  OK
  SD termination status:  OK
  Termination:            *** Verify Error ***


My file set is as follows:

# List of files to be backed up
FileSet {
  Name = "Full Set"
  Include {
    Options {
      signature = MD5
      aclsupport = yes
      compression = GZIP6
      HFS Plus Support = yes 
      wilddir = /proc  
      wilddir = /tmp  
      wildfile = /.journal  
      wildfile = /.fsck  
      wilddir = .AppleDouble  
      wildfile = ".DS_Store"  
      wildfile = /usr/local/pgsql/bacula/bacula.sql  
      wilddir = /usr/local/pgsql/data/base  
      wildfile = /var/db/bacula/bacula.db-journal  
      wilddir = /usr/local/squid/cache  
      exclude = yes  
    }
#    
#  Put your list of files here, preceded by 'File =', one per line
#    or include an external list with:
#
#    File = <file-name
#
#  Note: / backs up everything on the root partition.
#    if you have other partitons such as /usr or /home
#    you will probably want to add them too.
#
#  By default this is defined to point to the Bacula build
#    directory to give a reasonable FileSet to backup to
#    disk storage during initial testing.
#
#    File = /usr/ports/sysutils/bacula-server/work/bacula-1.36.3
   File = /
   File = /var
   File = /data
   File = /home
   File = /usr
  }
}

Why is Bacula reporting /var/ and /data/ as missing?

~Doug

--
Bill lied, Monica cried, Bush lied, People died

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to