Yateen Bhagat wrote on 7/23/19 04:35:
Hi Heitor,

Thanks, I had already seem the documentation mentioned by you.
But I am still not clear if the example fileset definition should reside on the 
server(bacula-dir.conf) or onthe client (bacula-fd.conf) ?


Please see the FileSet resource documentation, file-list section,
https://www.bacula.org/9.4.x-manuals/en/main/Configuring_Director.html#SECTION002070000000000000000


e.g. Any file-list item preceded by a less-than sign will be taken to be a 
file. This file will be read on the Director's machine at the time the Job 
starts
  File = "</home/files/local-filelist"

If you precede the less-than sign with a backslash, the file-list will be read 
on the Client machine instead of on the Director's machine. Please note that if 
the filename is given within quotes, you will need to use two slashes.

  File = "\\</home/xxx/filelist-on-client"



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

Reply via email to