Bacula-users

Re: [Bacula-users] Jobs won't start

2011-05-12 11:45:29
Subject: Re: [Bacula-users] Jobs won't start
From: "J. Echter" <j.echter AT elektro-mayer-echter DOT de>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 12 May 2011 17:40:05 +0200
> }
> Client {
>    Name = jake-laptop-fd
>    Password = **********
>    Address = 10.0.6.107
>    FDPort = 9102
>    Catalog = MyCatalog
>    File Retention = 30 days
>    Job Retention = 6 months
> }
> FileSet {
>    Name = WinXPTest
>    Include {
>      File = C:/jaketestfolder
>      Options {
>      }
>    }
> }
> Job {
>    Name = XPtest
>    Type = Backup
>    Level = Incremental
>    Client = jake-laptop-fd
>    FileSet = "Full Set"
>    Schedule = WeeklyCycle
>    Storage = File
>    Pool = Default
>    Messages = Standard
> }
>
>
Hi,

your job XPtest has the 'Full Set' defined, theres no directory you 
wanna backup.

change FileSet = WinXPTest

cheers

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

<Prev in Thread] Current Thread [Next in Thread>