Bacula-users

[Bacula-users] Windows VSS errors

2009-12-26 16:07:02
Subject: [Bacula-users] Windows VSS errors
From: TehDuffman <bacula-forum AT backupcentral DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Sat, 26 Dec 2009 04:23:13 -0500
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&#58;07 ubuntuBackup-dir JobId 35&#58; Start Backup JobId 35, 
Job=BackupWindowsSQL.2009-12-26_02.07.29_04
26-Dec 02&#58;07 ubuntuBackup-dir JobId 35&#58; Using Device "FileStorage"
26-Dec 02&#58;08 yumaspsql-fd JobId 35&#58; DIR and FD clocks differ by 36 
seconds, FD automatically compensating.
26-Dec 02&#58;07 ubuntuBackup-sd JobId 35&#58; Volume "Test1" previously 
written, moving to end of data.
26-Dec 02&#58;07 ubuntuBackup-sd JobId 35&#58; Ready to append to end of Volume 
"Test1" size=7209
26-Dec 02&#58;08 yumaspsql-fd JobId 35&#58; No drive letters found for 
generating VSS snapshots.
26-Dec 02&#58;08 yumaspsql-fd JobId 35&#58;&nbsp; &nbsp; &nbsp; Could not stat 
"/etc/bacula/bin"&#58; 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 &#123;
&nbsp; Name = "BackupWindowsSQL"
&nbsp; Client = yumaSPsql-fd
&nbsp; JobDefs = "Windows Set"
&nbsp; Write Bootstrap = "/var/bacula/Client1.bsr"
&#125;

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

FileSet &#123;
&nbsp; Name = "Windows Set"
&nbsp; enablevss = no
&nbsp; Include &#123;
&nbsp; &nbsp; Options &#123;
&nbsp; &nbsp; &nbsp; &nbsp;WildFile = "*.obj"
&nbsp; &nbsp; &nbsp; &nbsp;WildFile = "*.exe"
&nbsp; &nbsp; &nbsp; &nbsp;exclude = yes
&nbsp; &nbsp; &nbsp; &nbsp;portable = yes
&nbsp; &nbsp; &nbsp;&#125;
&nbsp; &nbsp; &nbsp;File = "C&#58;/temp/"
&nbsp; &nbsp; &nbsp;File = "c&#58;/Intel/"
&nbsp; &#125;
&#125;

JobDefs &#123;
&nbsp; Name = "Windows Set"
&nbsp; Type = Backup
&nbsp; Level = Incremental
&nbsp; Client = yumashare-fd 
&nbsp; FileSet = "Full Set"
&nbsp; Schedule = "WeeklyCycle"
&nbsp; Storage = File
&nbsp; Messages = Standard
&nbsp; Pool = Default
&nbsp; Priority = 10
&#125;


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&#58;9102
2000 OK estimate files=0 bytes=0



Any ideas this is really killing me thanks in advance.

+----------------------------------------------------------------------
|This was sent by TehDuffman AT gmail DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT 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 AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] Windows VSS errors, TehDuffman <=