https://docs.bareos.org/Configuration/Director.html#config-Dir_Job_Level
"The File daemon (Client) decides which files to backup for an Incremental backup by comparing start time of the prior Job (Full, Differential, or Incremental) against the time each file was last “modified” (st_mtime) and the time its attributes were last “changed”(st_ctime). If the file was modified or its attributes changed on or after this start time, it will then be backed up."
Change of owner/permissions is a change of file attributes. So, according to that logic, it should be backed up again.
Read the whole Job Level section to better understand the
Incremental/Differential level and the logic behind them.
--
You received this message because you are subscribed to the Google Groups "bareos-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bareos-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bareos-users/c31f8bba-5167-45b9-bd6b-f7176c1ba90fn%40googlegroups.com.