Hi All,

Bacula version 1.36.3

I changed my FileSet from:

FileSet {

Name = "SybaseDump FileSet"

Include {

File = "/u03/sybbackup/syddbshared"

}

}

to:

FileSet {

Name = "SybaseDump FileSet"

Include {

File = "\\|find /u03/sybbackup/syddbshared -mtime -1"

}

}

Now to test it out, I ran:

* estimate job=syddb280r-sybdump listing

Connecting to Client syddb280r-fd at 10.0.21.65:9102

2000 OK estimate files=753 bytes=82,962,185,218

Note that it says 753 files, but if I run:

find /u03/sybbackup/syddbshared -mtime -1

... from a shell on the backup client, it only shows me 212 files.

Now I try estimate again with the listing option:

@output /export/home/jsalvo/list.txt

estimate job=syddb280r-sybdump listing

@output

It shows me that some files were listed twice and some are listed even though they should not be listed.

For example:

bash-2.05# grep "/u03/sybbackup/syddbshared/sgmaster" /export/home/jsalvo/list.txt

-rw-r--r-- 1 sybase sybase 11385224 2005-07-03 05:38:06 /u03/sybbackup/syddbshared/sgmaster20050703-02:02:01_01log.dmp

-rw-r--r-- 1 sybase sybase 11381001 2005-07-03 05:38:06 /u03/sybbackup/syddbshared/sgmaster20050703-02:02:01_02log.dmp

-rw-r--r-- 1 sybase sybase 11388838 2005-07-04 05:40:43 /u03/sybbackup/syddbshared/sgmaster20050704-02:02:01_02log.dmp

-rw-r--r-- 1 sybase sybase 11394567 2005-07-04 05:40:43 /u03/sybbackup/syddbshared/sgmaster20050704-02:02:01_01log.dmp

-rw-r--r-- 1 sybase sybase 11388838 2005-07-04 05:40:43 /u03/sybbackup/syddbshared/sgmaster20050704-02:02:01_02log.dmp

-rw-r--r-- 1 sybase sybase 11394567 2005-07-04 05:40:43 /u03/sybbackup/syddbshared/sgmaster20050704-02:02:01_01log.dmp

In the above listing:

*) Both:

/u03/sybbackup/syddbshared/sgmaster20050704-02:02:01_01log.dmp

/u03/sybbackup/syddbshared/sgmaster20050704-02:02:01_02log.dmp

.. are listed twice, and then:

*) These two files:

/u03/sybbackup/syddbshared/sgmaster20050703-02:02:01_01log.dmp

/u03/sybbackup/syddbshared/sgmaster20050703-02:02:01_02log.dmp

... are listed even though they should not have been in the list. Meaning, running:

find /u03/sybbackup/syddbshared -mtime -1

... from the shell on the backup client does not list those 2 files.

Any ideas on what is wrong ?

Reply via email to