I knew I was doing something very simple which was causing me
        problems. The solution was at the time I was typing in what
        I wanted I really looked at the wrong paragraph in the manual.
        I wanted the following paragraph:

<quote>
If you precede the less-than sign (<) with a backslash as in \<, the
file-list will be read on the Client machine instead of on the
Director's machine. Please note that if the filename is given within
quotes, you will need to use two slashes.

Include {
  Options { signature = SHA1 }
  File = "\\</home/xxx/filelist-on-client"
}
</quote>

        As soon as I changed the below line from:

>               File = "</etc/bacula/client_configs/daily/saphire_config"

        File = "\\</etc/bacula/client_configs/daily/saphire_config"

        Everything did what I wanted.


                                                        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