[Bacula-users] backup errors

2005-04-08 Thread viktorija
Hello,

am trying to backup and am getting following errors:

07-Apr 23:39 backup-dir: No prior Full backup Job record found.
07-Apr 23:39 backup-dir: No prior or suitable Full backup found. Doing FULL 
backup.
07-Apr 23:39 backup-dir: Start Backup JobId 311, Job=dizzy.2005-04-07_22.05.19
07-Apr 23:39 backup-dir: templar.2005-04-07_22.05.19 Fatal error: FD gave bad 
response to Include command: wanted 2000 OK include
 got: 2999 Invalid command


Before i didn't get such errors, but i have changed my bacula-dir.conf to new 
syntax and exclude list, so FileSet now looks like follow:
FileSet {
Name = dizzy
Include {
Options {
compression=GZIP
  @exclude.list
exclude = yes
}
File = /export/storage0 
File = /etc 
File = /opt
}
}

where exclude.list is:
wild = *.mp3
wild = *.avi
wild = *.mpg
wild = *.mpeg
wild = *.wmv
wild = *.wma
wild = *.wvx
wild = *.wax
wild = *.asf
wild = *.asx
wild = *.wms
wild = *.wmz
wild = *.wmd
wild = *.mlv
wild = *.mid
wild = *.mod
wild = *.mov
wild = *.mp1
wild = *.mp2
wild = *.mpa
wild = *.mpe


Maybe i have errors in configuration? Where is a problem? Any help would be 
nice.
Thanks!

Viktoria



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] RE: [Bacula-users] backup errors

2005-04-08 Thread Jens R . Victorin
What version/s are you using (i.e dir,fd etc.)?

/Jens

 Hello,
 
 am trying to backup and am getting following errors:
 
 07-Apr 23:39 backup-dir: No prior Full backup Job record found.
 07-Apr 23:39 backup-dir: No prior or suitable Full backup found. Doing FULL 
 backup.
 07-Apr 23:39 backup-dir: Start Backup JobId 311, Job=dizzy.2005-04-07_22.05.19
 07-Apr 23:39 backup-dir: templar.2005-04-07_22.05.19 Fatal error: FD gave bad 
 response to Include command: wanted 2000 OK include
  got: 2999 Invalid command
 
 
 Before i didn't get such errors, but i have changed my bacula-dir.conf to new 
 syntax and exclude list, so FileSet now looks like follow:
 FileSet {
 Name = dizzy
 Include {
 Options {
 compression=GZIP
   @exclude.list
 exclude = yes
 }
 File = /export/storage0 
 File = /etc 
 File = /opt
 }
 }
 
 where exclude.list is:
 wild = *.mp3
 wild = *.avi
 wild = *.mpg
 wild = *.mpeg
 wild = *.wmv
 wild = *.wma
 wild = *.wvx
 wild = *.wax
 wild = *.asf
 wild = *.asx
 wild = *.wms
 wild = *.wmz
 wild = *.wmd
 wild = *.mlv
 wild = *.mid
 wild = *.mod
 wild = *.mov
 wild = *.mp1
 wild = *.mp2
 wild = *.mpa
 wild = *.mpe
 
 
 Maybe i have errors in configuration? Where is a problem? Any help would be 
 nice.
 Thanks!
 
 Viktoria
 
 
 
 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] bacula-dir crashes daily

2005-04-08 Thread Ludovic Strappazon
Good new !
I will wait few days before saying it works for me...
Ludovic.
Soeren Sonnenburg wrote:
On Thu, 2005-04-07 at 17:23 +0200, Ludovic Strappazon wrote:
 

Hi Soeren,
I think you should look at the bugs 257 and 270...
http://bugs.bacula.org/
   

ok after applying the patches bacula-dir did no longer crash :)
Hope it also works for you.
Soeren.

---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users
 


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] backup errors

2005-04-08 Thread viktorija
As i said before.
I got following error trying to make Full Backup from different servers with 
versions 1.36.2 and 1.34.2. Bacula server is 1.36.2.
These errors started after i have changed my director configuration from old to 
new syntax and added @exclude.list. With old configuration file all worked fine.


Viktoria
On Fri,  8 Apr 2005 09:26:40 +0200
Jens R. Victorin [EMAIL PROTECTED] wrote:

 What's working and what's not? Can you see any pattern (backuplevel, OS etc) 
 It might be compatibility issues between 1.36.2 and 1.34.2. 
 
 /Jens
 
 
  On server side is 1.36.2
  
  On client side machines are Solaris, FreeBSD and Linux with following 
  versions: 1.36.2 and 1.34.2
  
  Incremintal jobs working fine, but Full jobs not :(
  
  
  Viktorija
  
  On Fri,  8 Apr 2005 08:54:41 +0200
  Jens R. Victorin [EMAIL PROTECTED] wrote:
  
   What version/s are you using (i.e dir,fd etc.)?
   
   /Jens
   
Hello,

am trying to backup and am getting following errors:

07-Apr 23:39 backup-dir: No prior Full backup Job record found.
07-Apr 23:39 backup-dir: No prior or suitable Full backup found. Doing 
FULL backup.
07-Apr 23:39 backup-dir: Start Backup JobId 311, 
Job=dizzy.2005-04-07_22.05.19
07-Apr 23:39 backup-dir: templar.2005-04-07_22.05.19 Fatal error: FD 
gave bad response to Include command: wanted 2000 OK include
 got: 2999 Invalid command


Before i didn't get such errors, but i have changed my bacula-dir.conf 
to new syntax and exclude list, so FileSet now looks like follow:
FileSet {
Name = dizzy
Include {
Options {
compression=GZIP
  @exclude.list
exclude = yes
}
File = /export/storage0 
File = /etc 
File = /opt
}
}

where exclude.list is:
wild = *.mp3
wild = *.avi
wild = *.mpg
wild = *.mpeg
wild = *.wmv
wild = *.wma
wild = *.wvx
wild = *.wax
wild = *.asf
wild = *.asx
wild = *.wms
wild = *.wmz
wild = *.wmd
wild = *.mlv
wild = *.mid
wild = *.mod
wild = *.mov
wild = *.mp1
wild = *.mp2
wild = *.mpa
wild = *.mpe


Maybe i have errors in configuration? Where is a problem? Any help 
would be nice.
Thanks!

Viktoria



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

   
   
  
  
  ---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT Products from real users.
  Discover which products truly live up to the hype. Start reading now.
  http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Bacula-users mailing list
  Bacula-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/bacula-users
  
 
 


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] Restore problem: what is and what isn't

2005-04-08 Thread Francesco
This is the last screen of bacula after a restore: 
...
ServerOriginale: -rwxrwxrwx   1 00  18230 2004-10-04 16:25:33  /
tmp/bacula-restores/d//inetpub/ADS/yahoo_adsl.htm
06-Apr 13:16 localhost-dir: Bacula 1.36.2 (28Feb05): 06-Apr-2005 13:16:48
  JobId:  10
  Job:RestoreFiles.2005-04-06_13.16.41
  Client: ServerOriginale
  Start time: 06-Apr-2005 13:16:43
  End time:   06-Apr-2005 13:16:48
  Files Expected: 196
  Files Restored: 196
  Bytes Restored: 3,610,126
  Rate:   722.0 KB/s
  FD Errors:  0
  FD termination status:  OK
  SD termination status:  OK
  Termination:Restore OK

06-Apr 13:16 localhost-dir: Begin pruning Jobs.
06-Apr 13:16 localhost-dir: No Jobs found to prune.
06-Apr 13:16 localhost-dir: Begin pruning Files.
06-Apr 13:16 localhost-dir: No Files found to prune.
06-Apr 13:16 localhost-dir: End auto prune.

It seems that all working, but there aren't any files in /tmp/bacula-
restores/... : WHY??

The archive is gzip compressed without any problem, my distro is CentOS 4.0
But i tried also without GZip Compression, and there is no file in the restore 
path.


Please, someone save my soul...



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Restore problem: what is and what isn't

2005-04-08 Thread Juan Luis Frances
Hello Francesco,

Are you sure you are checking /tmp/bacula-restores/ of ServerOriginale and 
not at localhost-dir?.



El Viernes 08 Abril 2005 09:46, Francesco escribió:
 This is the last screen of bacula after a restore:
 ...
 ServerOriginale: -rwxrwxrwx   1 00  18230 2004-10-04
 16:25:33  / tmp/bacula-restores/d//inetpub/ADS/yahoo_adsl.htm
 06-Apr 13:16 localhost-dir: Bacula 1.36.2 (28Feb05): 06-Apr-2005 13:16:48
   JobId:  10
   Job:RestoreFiles.2005-04-06_13.16.41
   Client: ServerOriginale
   Start time: 06-Apr-2005 13:16:43
   End time:   06-Apr-2005 13:16:48
   Files Expected: 196
   Files Restored: 196
   Bytes Restored: 3,610,126
   Rate:   722.0 KB/s
   FD Errors:  0
   FD termination status:  OK
   SD termination status:  OK
   Termination:Restore OK

 06-Apr 13:16 localhost-dir: Begin pruning Jobs.
 06-Apr 13:16 localhost-dir: No Jobs found to prune.
 06-Apr 13:16 localhost-dir: Begin pruning Files.
 06-Apr 13:16 localhost-dir: No Files found to prune.
 06-Apr 13:16 localhost-dir: End auto prune.

 It seems that all working, but there aren't any files in /tmp/bacula-
 restores/... : WHY??

 The archive is gzip compressed without any problem, my distro is CentOS 4.0
 But i tried also without GZip Compression, and there is no file in the
 restore path.


 Please, someone save my soul...



 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] backup errors

2005-04-08 Thread Viktorija Almazova
So nobody knows what does it mean?

08-Apr 11:08 backup-dir: Start Backup JobId 341, Job=poh.2005-04-08_11.08.34
08-Apr 11:08 backup-dir: poh.2005-04-08_11.08.34 Fatal error: FD gave bad 
response to Include command: wanted 2000 OK include
 got: 2999 Invalid command


Viktorija
On Fri, 8 Apr 2005 10:30:58 +0300
viktorija [EMAIL PROTECTED] wrote:

 As i said before.
 I got following error trying to make Full Backup from different servers with 
 versions 1.36.2 and 1.34.2. Bacula server is 1.36.2.
 These errors started after i have changed my director configuration from old 
 to new syntax and added @exclude.list. With old configuration file all worked 
 fine.
 
 
 Viktoria
 On Fri,  8 Apr 2005 09:26:40 +0200
 Jens R. Victorin [EMAIL PROTECTED] wrote:
 
  What's working and what's not? Can you see any pattern (backuplevel, OS 
  etc) It might be compatibility issues between 1.36.2 and 1.34.2. 
  
  /Jens
  
  
   On server side is 1.36.2
   
   On client side machines are Solaris, FreeBSD and Linux with following 
   versions: 1.36.2 and 1.34.2
   
   Incremintal jobs working fine, but Full jobs not :(
   
   
   Viktorija
   
   On Fri,  8 Apr 2005 08:54:41 +0200
   Jens R. Victorin [EMAIL PROTECTED] wrote:
   
What version/s are you using (i.e dir,fd etc.)?

/Jens

 Hello,
 
 am trying to backup and am getting following errors:
 
 07-Apr 23:39 backup-dir: No prior Full backup Job record found.
 07-Apr 23:39 backup-dir: No prior or suitable Full backup found. 
 Doing FULL backup.
 07-Apr 23:39 backup-dir: Start Backup JobId 311, 
 Job=dizzy.2005-04-07_22.05.19
 07-Apr 23:39 backup-dir: templar.2005-04-07_22.05.19 Fatal error: FD 
 gave bad response to Include command: wanted 2000 OK include
  got: 2999 Invalid command
 
 
 Before i didn't get such errors, but i have changed my 
 bacula-dir.conf to new syntax and exclude list, so FileSet now looks 
 like follow:
 FileSet {
 Name = dizzy
 Include {
 Options {
 compression=GZIP
   @exclude.list
 exclude = yes
 }
 File = /export/storage0 
 File = /etc 
 File = /opt
 }
 }
 
 where exclude.list is:
 wild = *.mp3
 wild = *.avi
 wild = *.mpg
 wild = *.mpeg
 wild = *.wmv
 wild = *.wma
 wild = *.wvx
 wild = *.wax
 wild = *.asf
 wild = *.asx
 wild = *.wms
 wild = *.wmz
 wild = *.wmd
 wild = *.mlv
 wild = *.mid
 wild = *.mod
 wild = *.mov
 wild = *.mp1
 wild = *.mp2
 wild = *.mpa
 wild = *.mpe
 
 
 Maybe i have errors in configuration? Where is a problem? Any help 
 would be nice.
 Thanks!
 
 Viktoria
 
 
 
 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real 
 users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 


   
   
   ---
   SF email is sponsored by - The IT Product Guide
   Read honest  candid reviews on hundreds of IT Products from real users.
   Discover which products truly live up to the hype. Start reading now.
   http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
   ___
   Bacula-users mailing list
   Bacula-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/bacula-users
   
  
  
 
 
 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 
 


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] RE: Re: [Bacula-users] backup errors

2005-04-08 Thread Jens R . Victorin
What happens if you replace the @ with a  ? 

/Jens


 So nobody knows what does it mean?
 
 08-Apr 11:08 backup-dir: Start Backup JobId 341, Job=poh.2005-04-08_11.08.34
 08-Apr 11:08 backup-dir: poh.2005-04-08_11.08.34 Fatal error: FD gave bad 
 response to Include command: wanted 2000 OK include
  got: 2999 Invalid command
 
 
 Viktorija
 On Fri, 8 Apr 2005 10:30:58 +0300
 viktorija [EMAIL PROTECTED] wrote:
 
  As i said before.
  I got following error trying to make Full Backup from different servers 
  with versions 1.36.2 and 1.34.2. Bacula server is 1.36.2.
  These errors started after i have changed my director configuration from 
  old to new syntax and added @exclude.list. With old configuration file all 
  worked fine.
  
  
  Viktoria
  On Fri,  8 Apr 2005 09:26:40 +0200
  Jens R. Victorin [EMAIL PROTECTED] wrote:
  
   What's working and what's not? Can you see any pattern (backuplevel, OS 
   etc) It might be compatibility issues between 1.36.2 and 1.34.2. 
   
   /Jens
   
   
On server side is 1.36.2

On client side machines are Solaris, FreeBSD and Linux with following 
versions: 1.36.2 and 1.34.2

Incremintal jobs working fine, but Full jobs not :(


Viktorija

On Fri,  8 Apr 2005 08:54:41 +0200
Jens R. Victorin [EMAIL PROTECTED] wrote:

 What version/s are you using (i.e dir,fd etc.)?
 
 /Jens
 
  Hello,
  
  am trying to backup and am getting following errors:
  
  07-Apr 23:39 backup-dir: No prior Full backup Job record found.
  07-Apr 23:39 backup-dir: No prior or suitable Full backup found 
  Doing FULL backup.
  07-Apr 23:39 backup-dir: Start Backup JobId 311, 
  Job=dizzy.2005-04-07_22.05.19
  07-Apr 23:39 backup-dir: templar.2005-04-07_22.05.19 Fatal error: 
  FD gave bad response to Include command: wanted 2000 OK include
   got: 2999 Invalid command
  
  
  Before i didn't get such errors, but i have changed my 
  bacula-dir.conf to new syntax and exclude list, so FileSet now 
  looks like follow:
  FileSet {
  Name = dizzy
  Include {
  Options {
  compression=GZIP
@exclude.list
  exclude = yes
  }
  File = /export/storage0 
  File = /etc 
  File = /opt
  }
  }
  
  where exclude.list is:
  wild = *.mp3
  wild = *.avi
  wild = *.mpg
  wild = *.mpeg
  wild = *.wmv
  wild = *.wma
  wild = *.wvx
  wild = *.wax
  wild = *.asf
  wild = *.asx
  wild = *.wms
  wild = *.wmz
  wild = *.wmd
  wild = *.mlv
  wild = *.mid
  wild = *.mod
  wild = *.mov
  wild = *.mp1
  wild = *.mp2
  wild = *.mpa
  wild = *.mpe
  
  
  Maybe i have errors in configuration? Where is a problem? Any help 
  would be nice.
  Thanks!
  
  Viktoria
  
  
  
  ---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT Products from real 
  users.
  Discover which products truly live up to the hype. Start reading 
  now.
  http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Bacula-users mailing list
  Bacula-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/bacula-users
  
 
 


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

   
   
  
  
  ---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT Products from real users.
  Discover which products truly live up to the hype. Start reading now.
  http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Bacula-users mailing list
  Bacula-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/bacula-users
  
  
 
 
 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 

[Bacula-users] RE: Re: [Bacula-users] backup errors

2005-04-08 Thread Jens R . Victorin
Another thing to try is to add a separate exclude block to the fileset.

/Jens  

 So nobody knows what does it mean?
 
 08-Apr 11:08 backup-dir: Start Backup JobId 341, Job=poh.2005-04-08_11.08.34
 08-Apr 11:08 backup-dir: poh.2005-04-08_11.08.34 Fatal error: FD gave bad 
 response to Include command: wanted 2000 OK include
  got: 2999 Invalid command
 
 
 Viktorija
 On Fri, 8 Apr 2005 10:30:58 +0300
 viktorija [EMAIL PROTECTED] wrote:
 
  As i said before.
  I got following error trying to make Full Backup from different servers 
  with versions 1.36.2 and 1.34.2. Bacula server is 1.36.2.
  These errors started after i have changed my director configuration from 
  old to new syntax and added @exclude.list. With old configuration file all 
  worked fine.
  
  
  Viktoria
  On Fri,  8 Apr 2005 09:26:40 +0200
  Jens R. Victorin [EMAIL PROTECTED] wrote:
  
   What's working and what's not? Can you see any pattern (backuplevel, OS 
   etc) It might be compatibility issues between 1.36.2 and 1.34.2. 
   
   /Jens
   
   
On server side is 1.36.2

On client side machines are Solaris, FreeBSD and Linux with following 
versions: 1.36.2 and 1.34.2

Incremintal jobs working fine, but Full jobs not :(


Viktorija

On Fri,  8 Apr 2005 08:54:41 +0200
Jens R. Victorin [EMAIL PROTECTED] wrote:

 What version/s are you using (i.e dir,fd etc.)?
 
 /Jens
 
  Hello,
  
  am trying to backup and am getting following errors:
  
  07-Apr 23:39 backup-dir: No prior Full backup Job record found.
  07-Apr 23:39 backup-dir: No prior or suitable Full backup found 
  Doing FULL backup.
  07-Apr 23:39 backup-dir: Start Backup JobId 311, 
  Job=dizzy.2005-04-07_22.05.19
  07-Apr 23:39 backup-dir: templar.2005-04-07_22.05.19 Fatal error: 
  FD gave bad response to Include command: wanted 2000 OK include
   got: 2999 Invalid command
  
  
  Before i didn't get such errors, but i have changed my 
  bacula-dir.conf to new syntax and exclude list, so FileSet now 
  looks like follow:
  FileSet {
  Name = dizzy
  Include {
  Options {
  compression=GZIP
@exclude.list
  exclude = yes
  }
  File = /export/storage0 
  File = /etc 
  File = /opt
  }
  }
  
  where exclude.list is:
  wild = *.mp3
  wild = *.avi
  wild = *.mpg
  wild = *.mpeg
  wild = *.wmv
  wild = *.wma
  wild = *.wvx
  wild = *.wax
  wild = *.asf
  wild = *.asx
  wild = *.wms
  wild = *.wmz
  wild = *.wmd
  wild = *.mlv
  wild = *.mid
  wild = *.mod
  wild = *.mov
  wild = *.mp1
  wild = *.mp2
  wild = *.mpa
  wild = *.mpe
  
  
  Maybe i have errors in configuration? Where is a problem? Any help 
  would be nice.
  Thanks!
  
  Viktoria
  
  
  
  ---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT Products from real 
  users.
  Discover which products truly live up to the hype. Start reading 
  now.
  http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Bacula-users mailing list
  Bacula-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/bacula-users
  
 
 


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

   
   
  
  
  ---
  SF email is sponsored by - The IT Product Guide
  Read honest  candid reviews on hundreds of IT Products from real users.
  Discover which products truly live up to the hype. Start reading now.
  http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
  ___
  Bacula-users mailing list
  Bacula-users@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/bacula-users
  
  
 
 
 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 

Re: [Bacula-users] backup errors

2005-04-08 Thread viktorija
I have removed exclude set at all, and it doesn't help. I upgraded bacula on 
client side to 1.36.2 and it doesn't help.
It seems problem somewhere in configuration. I don't know.
But what does it mean:
FD gave bad response to Include command: wanted 2000 OK include got: 2999 
Invalid command ?


Viktoria

On Fri,  8 Apr 2005 10:35:12 +0200
Jens R. Victorin [EMAIL PROTECTED] wrote:

 Another thing to try is to add a separate exclude block to the fileset.
 
 /Jens  
 
  So nobody knows what does it mean?
  
  08-Apr 11:08 backup-dir: Start Backup JobId 341, Job=poh.2005-04-08_11.08.34
  08-Apr 11:08 backup-dir: poh.2005-04-08_11.08.34 Fatal error: FD gave bad 
  response to Include command: wanted 2000 OK include
   got: 2999 Invalid command
  
  
  Viktorija
  On Fri, 8 Apr 2005 10:30:58 +0300
  viktorija [EMAIL PROTECTED] wrote:
  
   As i said before.
   I got following error trying to make Full Backup from different servers 
   with versions 1.36.2 and 1.34.2. Bacula server is 1.36.2.
   These errors started after i have changed my director configuration from 
   old to new syntax and added @exclude.list. With old configuration file 
   all worked fine.
   
   
   Viktoria
   On Fri,  8 Apr 2005 09:26:40 +0200
   Jens R. Victorin [EMAIL PROTECTED] wrote:
   
What's working and what's not? Can you see any pattern (backuplevel, OS 
etc) It might be compatibility issues between 1.36.2 and 1.34.2. 

/Jens


 On server side is 1.36.2
 
 On client side machines are Solaris, FreeBSD and Linux with following 
 versions: 1.36.2 and 1.34.2
 
 Incremintal jobs working fine, but Full jobs not :(
 
 
 Viktorija
 
 On Fri,  8 Apr 2005 08:54:41 +0200
 Jens R. Victorin [EMAIL PROTECTED] wrote:
 
  What version/s are you using (i.e dir,fd etc.)?
  
  /Jens
  
   Hello,
   
   am trying to backup and am getting following errors:
   
   07-Apr 23:39 backup-dir: No prior Full backup Job record found.
   07-Apr 23:39 backup-dir: No prior or suitable Full backup found 
   Doing FULL backup.
   07-Apr 23:39 backup-dir: Start Backup JobId 311, 
   Job=dizzy.2005-04-07_22.05.19
   07-Apr 23:39 backup-dir: templar.2005-04-07_22.05.19 Fatal error: 
   FD gave bad response to Include command: wanted 2000 OK include
got: 2999 Invalid command
   
   
   Before i didn't get such errors, but i have changed my 
   bacula-dir.conf to new syntax and exclude list, so FileSet now 
   looks like follow:
   FileSet {
   Name = dizzy
   Include {
   Options {
   compression=GZIP
 @exclude.list
   exclude = yes
   }
   File = /export/storage0 
   File = /etc 
   File = /opt
   }
   }
   
   where exclude.list is:
   wild = *.mp3
   wild = *.avi
   wild = *.mpg
   wild = *.mpeg
   wild = *.wmv
   wild = *.wma
   wild = *.wvx
   wild = *.wax
   wild = *.asf
   wild = *.asx
   wild = *.wms
   wild = *.wmz
   wild = *.wmd
   wild = *.mlv
   wild = *.mid
   wild = *.mod
   wild = *.mov
   wild = *.mp1
   wild = *.mp2
   wild = *.mpa
   wild = *.mpe
   
   
   Maybe i have errors in configuration? Where is a problem? Any 
   help would be nice.
   Thanks!
   
   Viktoria
   
   
   
   ---
   SF email is sponsored by - The IT Product Guide
   Read honest  candid reviews on hundreds of IT Products from real 
   users.
   Discover which products truly live up to the hype. Start reading 
   now.
   http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
   ___
   Bacula-users mailing list
   Bacula-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/bacula-users
   
  
  
 
 
 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real 
 users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Bacula-users mailing list
 Bacula-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/bacula-users
 


   
   
   ---
   SF email is sponsored by - The IT Product Guide
   Read honest  candid reviews on hundreds of IT Products from real users.
   Discover which products truly live up to 

Re: [Bacula-users] backup errors

2005-04-08 Thread viktorija
New FileSet looks like:
FileSet {
Name = poh
Include {
Options {
compression=GZIP
@exclude.list
exclude = yes
}
   File = /etc
   File = /opt
   File = /export/storage0/home
   }
   }

and old one is following:

FileSet {
Name = poh
Include = compression=GZIP { /etc /opt /export/storage0/home }
Exclude = { /proc /tmp /.journal /.fsck }
}

now i replaced new FileSet with old FileSet and all works fine, so i thing 
problem is in new FileSet syntax. Maybe it is not correct?


Viktoria

On Fri,  8 Apr 2005 10:35:12 +0200
Jens R. Victorin [EMAIL PROTECTED] wrote:

 Another thing to try is to add a separate exclude block to the fileset.
 
 /Jens  
 
  So nobody knows what does it mean?
  
  08-Apr 11:08 backup-dir: Start Backup JobId 341, Job=poh.2005-04-08_11.08.34
  08-Apr 11:08 backup-dir: poh.2005-04-08_11.08.34 Fatal error: FD gave bad 
  response to Include command: wanted 2000 OK include
   got: 2999 Invalid command
  
  
  Viktorija
  On Fri, 8 Apr 2005 10:30:58 +0300
  viktorija [EMAIL PROTECTED] wrote:
  
   As i said before.
   I got following error trying to make Full Backup from different servers 
   with versions 1.36.2 and 1.34.2. Bacula server is 1.36.2.
   These errors started after i have changed my director configuration from 
   old to new syntax and added @exclude.list. With old configuration file 
   all worked fine.
   
   
   Viktoria
   On Fri,  8 Apr 2005 09:26:40 +0200
   Jens R. Victorin [EMAIL PROTECTED] wrote:
   
What's working and what's not? Can you see any pattern (backuplevel, OS 
etc) It might be compatibility issues between 1.36.2 and 1.34.2. 

/Jens


 On server side is 1.36.2
 
 On client side machines are Solaris, FreeBSD and Linux with following 
 versions: 1.36.2 and 1.34.2
 
 Incremintal jobs working fine, but Full jobs not :(
 
 
 Viktorija
 
 On Fri,  8 Apr 2005 08:54:41 +0200
 Jens R. Victorin [EMAIL PROTECTED] wrote:
 
  What version/s are you using (i.e dir,fd etc.)?
  
  /Jens
  
   Hello,
   
   am trying to backup and am getting following errors:
   
   07-Apr 23:39 backup-dir: No prior Full backup Job record found.
   07-Apr 23:39 backup-dir: No prior or suitable Full backup found 
   Doing FULL backup.
   07-Apr 23:39 backup-dir: Start Backup JobId 311, 
   Job=dizzy.2005-04-07_22.05.19
   07-Apr 23:39 backup-dir: templar.2005-04-07_22.05.19 Fatal error: 
   FD gave bad response to Include command: wanted 2000 OK include
got: 2999 Invalid command
   
   
   Before i didn't get such errors, but i have changed my 
   bacula-dir.conf to new syntax and exclude list, so FileSet now 
   looks like follow:
   FileSet {
   Name = dizzy
   Include {
   Options {
   compression=GZIP
 @exclude.list
   exclude = yes
   }
   File = /export/storage0 
   File = /etc 
   File = /opt
   }
   }
   
   where exclude.list is:
   wild = *.mp3
   wild = *.avi
   wild = *.mpg
   wild = *.mpeg
   wild = *.wmv
   wild = *.wma
   wild = *.wvx
   wild = *.wax
   wild = *.asf
   wild = *.asx
   wild = *.wms
   wild = *.wmz
   wild = *.wmd
   wild = *.mlv
   wild = *.mid
   wild = *.mod
   wild = *.mov
   wild = *.mp1
   wild = *.mp2
   wild = *.mpa
   wild = *.mpe
   
   
   Maybe i have errors in configuration? Where is a problem? Any 
   help would be nice.
   Thanks!
   
   Viktoria
   
   
   
   ---
   SF email is sponsored by - The IT Product Guide
   Read honest  candid reviews on hundreds of IT Products from real 
   users.
   Discover which products truly live up to the hype. Start reading 
   now.
   http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
   ___
   Bacula-users mailing list
   Bacula-users@lists.sourceforge.net
   https://lists.sourceforge.net/lists/listinfo/bacula-users
   
  
  
 
 
 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real 
 users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 

[Bacula-users] Bacula-Dir error on startup

2005-04-08 Thread Chris Jones
I have installed bacula on my Fedora Core 3 box using postgresql as the 
database.

After I set up the database, I then attempted to start the bacula 
service using the ./bacula start command. This gave me the following 
response:
[EMAIL PROTECTED] bacula]# ./bacula start
Starting the Bacula Storage daemon
Starting the Bacula File daemon
Starting the Bacula Director daemon
08-Apr 14:31 bacula-dir:  Fatal error: Version error for database 
bacula. Wanted 8, got 0
08-Apr 14:31 bacula-dir:  Fatal error: Could not open database bacula.
08-Apr 14:31 bacula-dir:  Fatal error: Version error for database 
bacula. Wanted 8, got 0
08-Apr 14:31 bacula-dir ERROR TERMINATION
Please correct configuration file: /etc/bacula/bacula-dir.conf

Can anyone tell me what I now need to do to correct this obvious error?
The Version table in the database contains one record with the value '8' 
in the versionid field.

--
Chris Jones
---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


[Bacula-users] The Bacula Philosophy

2005-04-08 Thread marius popa
Nathan Valentine recently swapped email with one of Bacula's founders
and head developers, Kern Sibbald, to discuss the history, goals, and
upcoming features of the project.

http://www.linuxdevcenter.com/pub/a/linux/2005/04/07/bacula.html
-- 
Regards,

Marius - Linux admin


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users