Bacula-users

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

2008-07-16 23:12:05
Subject: Re: [Bacula-users] Failed to connect to Storage daemon: Bacula:9103
From: "Ronna Mijares" <ronnamijares AT gmail DOT com>
To: "John Drescher" <drescherjm AT gmail DOT com>, bacula-users AT lists.sourceforge DOT net
Date: Thu, 17 Jul 2008 05:11:54 +0200
Hi jhon, the backup have to make just in the mysql file???? or could be in other extension???
could  I chose the directory /home???


2008/7/16 John Drescher <drescherjm AT gmail DOT com>:
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



--
Jober
-------------------------------------------------------------------------
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>