Hello everybody,

I am trying to backup some files created in the last 2 days, and I am trying to 
do it with the following fileset. The content of the file "bacula_backup.list" 
mentioned in the fileset is dynamic, and populated every hour. The problem is, 
bacula reads that file only when the director starts, and afterwards it does 
not update the file list until the director is restarted. Does bacula have 
another mechanism to take backup of a list of files, which is changing 
regularly? Restarting services is not an option I prefer. Any other idea is 
also welcome.


FileSet {
  Name = "FileSet_COPY2TAPE"
  Include {
    Options {
      signature=MD5
      Sparse = yes
    }
    @/Backup/bacula_backup.list
  }
}


Kind regards,

Yakup Kaya
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to