Bacula-users

Re: [Bacula-users] Failed to connect to Storage daemon: Bacula:9103

2008-07-16 17:37:34
Subject: Re: [Bacula-users] Failed to connect to Storage daemon: Bacula:9103
From: "John Drescher" <drescherjm AT gmail DOT com>
To: "Ronna Mijares" <ronnamijares AT gmail DOT com>
Date: Wed, 16 Jul 2008 17:37:27 -0400
On Wed, Jul 16, 2008 at 5:19 PM, Ronna Mijares <ronnamijares AT gmail DOT com> 
wrote:
> This is the information, and sorry for the e mails ;)
>
>
>
> # List of files to be backed up
> FileSet {
>   Name = "Full Set"
>   Include {
>     Options {
>       signature = MD5
>     }
> #FileSet {
> #        Name = "Diaria"
> #        Include = signature=MD5 {
> #                /var
> #                /etc
> #                /home
> #        }
> #
> #
> #  Put your list of files here, preceded by 'File =', one per line
> #    or include an external list with:
> #
> #    File = <file-name
> #
> #  Note: / backs up everything on the root partition.
> #    if you have other partitons such as /usr or /home
> #    you will probably want to add them too.
> #
> #  By default this is defined to point to the Bacula build
> #    directory to give a reasonable FileSet to backup to
> #    disk storage during initial testing.
> #
>     File = /home/jgoerzen/work/bacula-1.38.11/debian/tmp-build-sqlite
>   }
>

I think you want:

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

}

Unless you really want to only backup the file
/home/jgoerzen/work/bacula-1.38.11/debian/tmp-build-sqlite

John

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
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>