Skip to content

Commit

Permalink
docs: update REFERENCE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zachfi committed Aug 29, 2020
1 parent 221abf0 commit 75141c7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -1413,6 +1413,14 @@ The writebootstrap directive specifies a file name where Bacula will write a boo

Default value: ``undef``

##### `max_full_interval`

Data type: `Optional[String]`

The time specifies the maximum allowed age (counting from start time) of the most recent successful Full backup that is required in order to run Incremental or Differential backup jobs. f the most recent Full backup is older than this interval, Incremental and Differential backups will be upgraded to Full backups automatically.

Default value: ``undef``

### `bacula::jobdefs`

This define adds a jobdefs entry on the bacula director for reference by the client configurations.
Expand Down Expand Up @@ -1533,6 +1541,14 @@ The writebootstrap directive specifies a file name where Bacula will write a boo

Default value: ``undef``

##### `max_full_interval`

Data type: `Optional[String]`

The time specifies the maximum allowed age (counting from start time) of the most recent successful Full backup that is required in order to run Incremental or Differential backup jobs. f the most recent Full backup is older than this interval, Incremental and Differential backups will be upgraded to Full backups automatically.

Default value: ``undef``

### `bacula::messages`

Create a Messages resource on the $daemon (director, storage or file).
Expand Down

0 comments on commit 75141c7

Please sign in to comment.