Ralf Gross schrieb:
> [resent, because of sf problems with the mailing lists]
> [...hey, the list is finally working again ;) ] 
> 
> just for confirmation: if I change the name of a FileSet (not the file
> list), the next job will be a full backup? 

The backup was upgraded to full, that's what I expected.
 
> Where can I see the current FileSet ID? With 'llist jobs' I get the filesetids
> of completed jobs, but where can I check the current filesetid?
> 
> I tried to get it from the db.
> 
> bacula=> select * from fileset;
>  filesetid |    fileset    |          md5           |     createtime
> -----------+---------------+------------------------+---------------------
>          1 | SMTCZB0003    | K98Oq//ZH2plCHkth6UKkC | 2007-02-20 22:25:00
>          2 | VU0EM003 Full | yB/6TU1SCB+HyTpYeFwiGD | 2007-02-20 22:25:01
>          3 | Catalog       | z4/v/7/uQ+xwMkF9v//4VD | 2007-02-25 00:10:00
>          5 | VU0EM003 Full | I3oXN/QmSUZEs2/H7i+C4C | 2007-02-25 16:22:49
>          7 | Test-Set      | 4H+m384yU9+n7//wR6/KjA | 2007-03-01 08:43:47
> (5 Zeilen)
> 
> I changed the 'VU0EM003 Full' FileSet to 'VU0EM003' and issued reload in
> bconsole before. But I can't find the modified FileSet name or id in the db.
> Show fileset returns the correct modified name.

Looking at the psql output after the next backup happend, now there is a new
fileset in the list. VU0EM003, which is the one I changed before. The
createtime is the time the backup started. 

bacula=> select * from fileset;
 filesetid |    fileset    |          md5           |     createtime
-----------+---------------+------------------------+---------------------
         1 | SMTCZB0003    | K98Oq//ZH2plCHkth6UKkC | 2007-02-20 22:25:00
         2 | VU0EM003 Full | yB/6TU1SCB+HyTpYeFwiGD | 2007-02-20 22:25:01
         3 | Catalog       | z4/v/7/uQ+xwMkF9v//4VD | 2007-02-25 00:10:00
         5 | VU0EM003 Full | I3oXN/QmSUZEs2/H7i+C4C | 2007-02-25 16:22:49
         7 | Test-Set      | 4H+m384yU9+n7//wR6/KjA | 2007-03-01 08:43:47
         9 | VU0EM003      | I3oXN/QmSUZEs2/H7i+C4C | 2007-06-12 00:05:01
(6 Zeilen)


I'm still a bit confused why the new fileset wasn't created at the time I
changed the config and reloaded the daemon.

Ralf

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to