Hello:

        After being away from this group since 2001 because of no
        longer working for the company where I was using Bacula I
        now find I'm back because I suggested using Bacula to a
        client of mine for backup of their Asterisk VoIP systems.


        Well I have ran into a simple problem which I currently can't
        seem to figure out. I'm trying to have the list of files to
        backup on the client system instead of on the main Bacula
        system. This will allow the use of different file locations
        for each client and allow us to have more control at each
        client.

        I'm trying to follow:
http://www.bacula.org/rel-manual/FileSet_Resource.html#SECTION001510000000000000000

<quote>Any file-list item preceded by a less-than sign (<) will be taken
to be a file. This file will be read on the Director's machine at the
time the Job starts, and the data will be assumed to be a list of
directories or files, one per line, to be included. The names should
start in column 1 and should not be quoted even if they contain spaces.
This feature allows you to modify the external file and change what will
be saved without stopping and restarting Bacula as would be necessary if
using the @ modifier noted above. For example:

Include {
  Options { signature = SHA1 }
  File = "</home/files/local-filelist"
}
</quote>

        My FileSpec is:

FileSet {
        Name = "saphire config"
        include {
                options {
                        compression = GZIP
                        signature = SHA1
                        keepatime = yes
                }
                File = "</etc/bacula/client_configs/daily/saphire_config"
        }
}

        Yes the file exist on the client system and has one line in
        it as:

        /usr/local/asterisk-1.4/etc/conf

        When I run Bacula I get the following error:


05-Apr 15:41 backup-dir: No prior Full backup Job record found.
        05-Apr 15:41 backup-dir: No prior or suitable Full backup found. Doing
FULL backup.
        05-Apr 15:41 backup-dir: Start Backup JobId 33,
Job=Saphire_Config.2007-04-05_15.41.23
        05-Apr 15:41 backup-dir: Saphire_Config.2007-04-05_15.41.23 Fatal
error: Cannot open included file:
/etc/bacula/client_configs/daily/saphire_config. ERR=No such file or
directory

        What am I doing wrong?

        I have already try to find the answer in the E-mail I still
        maintain from the start of the year but did not see anything
        to help me on this.


                                                        Tony


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to