| 223 | |
| 224 | '''Create a backup job:''' |
| 225 | |
| 226 | A Backup job, which must have a unique name, defines the details of which Client and which data should be backed up. |
| 227 | |
| 228 | |
| 229 | Next, paste this backup job into the file, |
| 230 | {{{ |
| 231 | Job { |
| 232 | Name = "BackupClientHost" |
| 233 | JobDefs = "DefaultJob" |
| 234 | Client = ClientHost-fd |
| 235 | Pool = RemoteFile |
| 236 | FileSet="Home and Etc" |
| 237 | } |
| 238 | }}} |
| 239 | This creates a backup job called '''“!BackupClientHost”''', which will back up the '''home and etc directories''' of the Client Host, as defined in the '''“Home and Etc”''' !FileSet. It will use the settings specified in the '''“!DefaultJob”''' !JobDefs and '''“!RemoteFile”''' Pool resources, which are both defined in the main '''bacula-dir.conf''' file. By default, jobs that specify '''!JobDefs = "!DefaultJob"''' will run '''weekly.''' |
| 240 | |
| 241 | Save and exit when you are done. |