]> git.sur5r.net Git - bacula/bacula/blob - bacula/patches/testing/fd_checkchanges.readme
ebl Add checkchanges fileset feature works with 2.1.4
[bacula/bacula] / bacula / patches / testing / fd_checkchanges.readme
1 From: Eric Bollengier <eric at homelinux dot org>
2
3 Check size, age of each file after their backup to see if
4 they have changed during backup.
5
6 This patch ask to fd to do an extra check (stat(2)) after
7 each file backup. mtime, ctime and size are compared with
8 "before backup" informations. If time or size mismatch, an
9 error will raise.
10
11 You must upgrade FD and DIR at the same time.
12
13 FileSet {
14   Name = "Full Set"
15   Include {
16     Options {
17       checkchanges = yes           # use this to enable it
18     }
19     File = /tmp/bacula
20   }
21 }
22
23
24 17-fév 18:03 zog-fd: Client1.2007-02-17_18.02.21 Error: /tmp/bacula/etc/toto have changed during backup.
25 17-fév 18:03 zog-fd: Client1.2007-02-17_18.02.21 Error: /tmp/bacula/var/bacula/working/bacula.db size have changed during backup.
26 17-fév 18:03 zog-sd: Job write elapsed time = 00:00:03, Transfer rate = 22.94 M bytes/second
27 17-fév 18:03 zog-dir: Bacula 2.1.4 (12Feb07): 17-fév-2007 18:03:01
28   JobId:                  3
29   Job:                    Client1.2007-02-17_18.02.21
30   Backup Level:           Incremental, since=2007-02-17 17:58:56
31   Client:                 "zog-fd" 2.1.4 (12Feb07) i686-pc-linux-gnu,debian,testing/unstable
32   FileSet:                "Full Set" 2007-02-17 17:57:36
33   Pool:                   "Default" (From Job resource)
34   Storage:                "File" (From Job resource)
35   Scheduled time:         17-fév-2007 18:02:19
36 ...
37   Volume Session Time:    1171731706
38   Last Volume Bytes:      5,973,631 (5.973 MB)
39   Non-fatal FD errors:    2
40   SD Errors:              0
41   FD termination status:  OK
42   SD termination status:  OK
43   Termination:            Backup OK -- with warnings
44
45
46
47 $Log$
48