> i had a similar problem once. i did an upgrade from 1.34 to 1.36 and did
> not convert the FileSet directives to the new syntax. most clients
> worked as expected, but some clients kept crashing after each backup.

A big thanks!!!! :)

Solved
I had to convert the Fileset to the new Sintax

If it can be of interest to anybody: the problem arises if you use the old
sintax and the file or directory list to backup becomes too long
The client that crashed had about 10 file systems and 10 lines in the files

With the following syntex it does work:

FileSet {
  Name = "Full Set OMAR"
  Include {
    Options {
      signature=MD5
    }

    File = /
    File = /home
    File = /opt/siprog
    File = /produzione
    File = /u01
    File = /u02
    File = /usr
    File = /var
    File = /var/log
    File = /var/sidati
    File = /var/sistampe
    File = /var/orasave
  }

  Exclude {
    File = /dev
    File = /proc
    File = /tmp
    File = /.journal
    File = /.fsck
  }
}

Thanks again
Massimiliano

-- 

Massimiliano Ferrero
Midhgard s.r.l.
C/so Re Umberto 23
10128 - Torino
tel. +39-0112301400 - fax +39-0112301422
e-mail: [EMAIL PROTECTED]
sito web: http://www.midhgard.it



-------------------------------------------------------
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_ide95&alloc_id396&op=click
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to