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

"write bootstrap" & "full/diff backup pool" #139

Merged
merged 3 commits into from
Aug 3, 2019

Conversation

tmanninger
Copy link

Hi,

this merge request adds:

  • support for the "write bootstrap" option in the job and jobdefs defination
  • "full / differential backup pool" support for jobdefs.

bootstrap example:

  bacula::job { "host-job":
    jobdef    => 'default',
    ....
    write_bootstrap => '/srv/bacula/bootstraps/host',
  }

backup pool example:

    bacula::jobdefs { "default":
      ....
      full_backup_pool  => "full-pool"
    }

@zachfi
Copy link
Contributor

zachfi commented Jun 8, 2019

This looks good, thank you. Would you mind also updating the README for the new option?

@zachfi zachfi merged commit 84f308e into voxpupuli:master Aug 3, 2019
@smortex smortex added the enhancement New feature or request label Mar 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants