Bacula-users

Re: [Bacula-users] The bacula don't make the backup for any file

2008-07-22 10:57:31
Subject: Re: [Bacula-users] The bacula don't make the backup for any file
From: "Ronna Mijares" <ronnamijares AT gmail DOT com>
To: "T. Horsnell" <tsh AT mrc-lmb.cam.ac DOT uk>, bacula-users-request AT lists.sourceforge DOT net, bacula-users AT lists.sourceforge DOT net
Date: Wed, 23 Jul 2008 10:27:21 +1930
When I include the files, and restart the daemon ,

FileSet {
  Name = "FullSet"
    Include  {
       Options  {
             signature = MD5 {

      File = /var
      File = /etc
      File = /home
                             }

                 }
             }
     Exclude {
       File = /proc
       File = /tmp
       File = /.journal
       File = /.fsck
             }
         }


It show that message:

Bacula:/etc/bacula# /etc/init.d/bacula-director restart
Restarting Bacula Director: 22-jul 10:25 bacula-dir: ERROR TERMINATION at inc_conf.c:599
Config error: Keyword File not permitted in this resource
            : line 112, col 11 of file /etc/bacula/bacula-dir.conf
      File = /var



2008/7/23 T. Horsnell <tsh AT mrc-lmb.cam.ac DOT uk>:
Ronna Mijares wrote:
Good Morning

Guys, the bacula don' t make the backup for any file.

This is the messages that send me:

22-jul 09:52 Bacula-dir: Start Backup JobId 70, Job=Client1.2008-07-22_09.52.08

22-jul 09:52 Bacula-sd: Volume "TestVolume001" previously written, moving to end of data.
22-jul 09:52 Bacula-dir: Bacula 1.38.11 (28Jun06): 22-jul-2008 09:52:12
 JobId:                  70
 Job:                    Client1.2008-07-22_09.52.08

 Backup Level:           Full
 Client:                 "hp-dx-2200-fd" i486-pc-linux-gnu,debian,4.0
 FileSet:                "FullSet" 2008-07-17 16:41:46
 Pool:                   "Default"

 Storage:                "Bacula-sd"
 Scheduled time:         22-jul-2008 09:51:59
 Start time:             22-jul-2008 09:52:12
 End time:               22-jul-2008 09:52:12
 Elapsed time:           0 secs

 Priority:               10
 FD Files Written:       0
 SD Files Written:       0
 FD Bytes Written:       0 (0 B)
 SD Bytes Written:       0 (0 B)
 Rate:                   0,0 KB/s
 Software Compression:   None

 Volume name(s):         TestVolume001
 Volume Session Id:      2
 Volume Session Time:    1216719030
 Last Volume Bytes:      8,399 (8.399 KB)
 Non-fatal FD errors:    0
 SD Errors:              0

 FD termination status:  OK
 SD termination status:  OK
 Termination:            Backup OK

22-jul 09:52 Bacula-dir: Begin pruning Jobs.
22-jul 09:52 Bacula-dir: No Jobs found to prune.
22-jul 09:52 Bacula-dir: Begin pruning Files.

22-jul 09:52 Bacula-dir: No Files found to prune.
22-jul 09:52 Bacula-dir: End auto prune.



And this is the configuration of my FileSet, if someone can help me please!!!

Ronna, you havent told it what to backup. You have only told it what to exclude. You need a "File = something" in the Include section.

Cheers,
Terry



FileSet {
 Name = "FullSet"

   Include  {
      Options  {
            signature = MD5
                }
            }
    Exclude {
      File = /proc
      File = /tmp
      File = /.journal
      File = /.fsck

            }
        }



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




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