I am attempting to write a copy job to copy uncopied jobs from one SD to
another. It seems that the client and fileset directives are required or
the syntax check will fail. The documentation (v9) is not explicit on this
point.

Since the client is not involved in a copy job, it seems that these clauses
are redundant. If they really are required,  does it matter what value they
have,  even a non-existent one?

This is what I have for the copy job:

Job {
  Name = "catalog-copy"
  Description = "copy of catalog"
  Type = "Copy"
  Level = "Full"
  Messages = "Standard"
  Storage = "dns-325-sd" #source storage
  Pool = "catalog"
  NextPool = "catalog-copy"  #destination storage
  Client = "catalog-fd"  #why is this needed, what value?
  Fileset = "Catalog"  #why is this needed, what value?
  Schedule = "sched_none"
  SelectionPattern = "catalog"  #copy only job names matching "catalog"
  SelectionType = "PoolUncopiedJobs"
}

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

Reply via email to