Hi,
just for confirmation: if I change the name of a FileSet (not the file
list), the next job will be a full backup?
From the docs:
Any change to the list of the included files will cause Bacula to automatically
create a new FileSet (defined by the name and an MD5 checksum of the
Include/Exclude contents). Each time a new FileSet is created, Bacula will
ensure that the next backup is always a Full save.
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.
* show fileset
...
FileSet: name=VU0EM003
...
Ralf
