Sorry for a newbie question:


Do I misunderstand FileRetention and JobRetention?


I set up bacula + bacularis on debian and started with some basic config.

The local linux fd:

Client {
  Name = "bacula-fd"
  Address = "localhost"
  FdPort = 9102
  Password = "rB4ri5Q13V9aOHFhO_Qc1KoSdez9uP10O"
  Catalog = "MyCatalog"
  FileRetention = 5184000
  JobRetention = 15552000
  AutoPrune = yes
}

I added some windows clients like:

Client {
  Name = "xyz-fd"
  Address = "192.168.1.56"
  Password = "0aw2ikL2Sp3RqjAZNKs3PUTBopueXqq9Z"
  Catalog = "MyCatalog"
  FileRetention = 15552000
}

Jobs are executed fine, the Volumes are quite big: something is dumped.

When I test "Restore" in bacularis, I get Jobs displayed (12GB for example, 21000 files), I choose them and then in the browser view there is NOTHING:

"It seems that there is no files for choosing or file records in database for this job has been purged (file retention period expired)"

why that?

The whole setup is one day old ;-)

What do I miss here, what's my mistake?

I compared to another setup, there I set both Retention-values to 180 days. For the problematic system I also edited this in the GUI.

Thanks for a quick pointer here ...








_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to