Hello,

2018-08-23 21:44 GMT+02:00 George Anchev via Bacula-users <
bacula-users@lists.sourceforge.net>:

> Hi,
>
> Since I upgraded from 7.4.2 to 9.2.0 I have been
> experiencing this issue:
>
> When I am on the host where DIR, SD and FD run and I do
> a fileset test using:
>
> estimate job=... level=Incremental listing
>
> everything works fine. However doing the same thing
> for a job related to a remote network client (which
> runs FD only) I always get:
>
> 23-Aug 20:54 pc-dir JobId 0: No prior Full backup Job record found.
> 23-Aug 20:54 pc-dir JobId 0: No prior or suitable Full backup found in
> catalog. Doing FULL backup
>
> and Bacula lists all files as for a full backup which
> is wrong because there are previous jobs and the
> retention time (which is the same for both hosts) has
> not been reached. Obviously the "JobId 0" is also
> wrong.
>

The jobid=0 means it is an internal "system" job and not a real one backup
or restore, which is perfectly valid as you execute an estimate.

The message "No prior or suitable Full backup found (...)" means that you
do not have any prior Full backup for this Job + Client + Fileset. So if
any of this resources changed, especially a Fileset/Include parameter then
Bacula require a Full backup instead.


>
> I thought that might be related to the MySQL issues
> with MariaDB discussed recently and I didn't write
> about it as I was hoping that the new
> update_bacula_tables which comes with 9.2.1 would
> resolve the issue. Unfortunately the problem remains
> and I don't know what to do. I can't even see what is
> the logic for the estimate to work correctly for a
> job related to a local FD and not for one on a remote
> FD.


Bacula does not distinguish between "local/remote" clients. All clients are
the same and Bacula perform a network connection even the client is "local".


> These are jobs which have been running and
> estimating correctly for years, so it is not a
> configuration issue.
>
> Does anyone know what is causing this and hopefully how
> to fix it?
>

Did you changed a Fileset for "remote" client's job recently?

best regards
-- 
Radosław Korzeniewski
rados...@korzeniewski.net
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to