Job {
  Name = "Hawking"
  Client = Hawking
  JobDefs = "DefaultJob"
  FileSet = "Hawking-FileSet"
}

FileSet {
	Name = "Hawking-FileSet"
	Include {
		File = /etc
		File = /opt
	}
}

Client {
	Name = Hawking
	Address = hawking
	FDPort = 9102
	Catalog = MyCatalog
	File Retention = 2 months
	Job Retention = 3 months
	AutoPrune = yes
	Maximum Concurrent Jobs = 10
}


