Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor README fixes #142

Merged
merged 2 commits into from
Aug 9, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Defines a Bacula [FileSet resource]. Parameters are:
- `excludes`: string or array of files to exclude from a backup.
Defaults to `''`. Bacula `Exclude` directive.
- `options`: hash of options.
Defaults to `{'signature' => 'MD5', 'compression' => 'GZIP'}`. Bacula `Options` directive.
Defaults to `{'signature' => 'SHA1', 'compression' => 'GZIP9'}`. Bacula `Options` directive.

### bacula::job

Expand Down Expand Up @@ -239,6 +239,7 @@ Define a Bacula [Job resource] resource which can create new
Defaults to `false` which disables this directive. Bacula `Priority` directive.
- `selection_type`: determines how a copy/migration job will go about selecting what JobIds to migrate
- `selection_pattern`: gives you fine control over exactly what JobIds are selected for a copy/migration job.
- `write_bootstrap`: allows you to specify where a bootstrap file should be written after backup.

See also `bacula::jobdefs`.

Expand Down