>>>>> On Fri, 8 Apr 2005 12:45:12 +0300, viktorija <[EMAIL PROTECTED]> said:

  V> New FileSet looks like:
  V> FileSet {
  V>         Name = "poh"
  V>         Include {
  V>                 Options {
  V>                         compression=GZIP
  V>                         @exclude.list
  V>                         exclude = yes
  V>                         }
  V>                File = /etc
  V>                File = /opt
  V>                File = /export/storage0/home
  V>                }
  V>        }

  V> and old one is following:

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

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

The output of this command might be useful:

show fileset="poh"

Also, maybe have you tried putting compression=GZIP and exclude = yes in
separate Options clauses?

i.e.

               Options {
                       @exclude.list
                       exclude = yes
                       }
               Options {
                       compression=GZIP
                       }

__Martin


  V> On Fri,  8 Apr 2005 10:35:12 +0200
  V> 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=6595&alloc_id=14396&op=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=6595&alloc_id=14396&op=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=6595&alloc_id=14396&op=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=6595&alloc_id=14396&op=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=6595&alloc_id=14396&op=click
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to