Everytime i try to run a job on a Windows 2003 (the only type of windows ive 
tried) i get the following error

26-Dec 02:07 ubuntuBackup-dir JobId 35: Start Backup JobId 35, 
Job=BackupWindowsSQL.2009-12-26_02.07.29_04
26-Dec 02:07 ubuntuBackup-dir JobId 35: Using Device "FileStorage"
26-Dec 02:08 yumaspsql-fd JobId 35: DIR and FD clocks differ by 36 
seconds, FD automatically compensating.
26-Dec 02:07 ubuntuBackup-sd JobId 35: Volume "Test1" previously 
written, moving to end of data.
26-Dec 02:07 ubuntuBackup-sd JobId 35: Ready to append to end of Volume 
"Test1" size=7209
26-Dec 02:08 yumaspsql-fd JobId 35: No drive letters found for 
generating VSS snapshots.
26-Dec 02:08 yumaspsql-fd JobId 35:      Could not stat 
"/etc/bacula/bin": ERR=The system cannot find the path specified.


In bat it shows [OK] with errors. If i run it again it simply "runs" forever 
but the FD on the Win box doesnt show any activity except for the first. 

Event Viewer shows VSS start and stopping correctly and no errors with cmd 
vssadmin list writers. NTBackup works so i know VSS is working. 

In dir.conf i have tried both enableVSS = no and yes, with no change in results.

Job {
  Name = "BackupWindowsSQL"
  Client = yumaSPsql-fd
  JobDefs = "Windows Set"
  Write Bootstrap = "/var/bacula/Client1.bsr"
}

Client {
  Name = yumaSPsql-fd
  Address = xxx.xxx.xxx.9
  FDPort = 9102
  Catalog = MyCatalog
  Password = "changeme"          # password for 
FileDaemon
  File Retention = 30 days            # 30 
days
  Job Retention = 6 months            # six 
months
  AutoPrune = yes                
     # Prune expired Jobs/Files
}

FileSet {
  Name = "Windows Set"
  enablevss = no
  Include {
    Options {
       WildFile = "*.obj"
       WildFile = "*.exe"
       exclude = yes
       portable = yes
     }
     File = "C:/temp/"
     File = "c:/Intel/"
  }
}

JobDefs {
  Name = "Windows Set"
  Type = Backup
  Level = Incremental
  Client = yumashare-fd 
  FileSet = "Full Set"
  Schedule = "WeeklyCycle"
  Storage = File
  Messages = Standard
  Pool = Default
  Priority = 10
}


When i run estimate it gives me this


estimate job="BackupWindowsSQL" fileset="Full Set" level="Incremental" 
client="yumaSPsql-fd" 
Connecting to Client yumaSPsql-fd at 138.167.154.9:9102
2000 OK estimate files=0 bytes=0



Any ideas this is really killing me thanks in advance.

+----------------------------------------------------------------------
|This was sent by tehduff...@gmail.com via Backup Central.
|Forward SPAM to ab...@backupcentral.com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to