Skip to content

Ansible role to install and configure sanoid ZFS backups

License

Notifications You must be signed in to change notification settings

rolehippie/sanoid

Repository files navigation

sanoid

Source Code General Workflow Readme Workflow Galaxy Workflow License: Apache-2.0 Ansible Role

Ansible role to install and configure sanoid ZFS backups.

Sponsor

Building and improving this Ansible role have been sponsored by my current and previous employers like Cloudpunks GmbH and Proact Deutschland GmbH.

Table of content


Requirements

  • Minimum Ansible version: 2.10

Default Variables

sanoid_datasets

List of datasets

Default value

sanoid_datasets: []

Example usage

sanoid_datasets:
  - name: rpool/USERDATA
    use_template: general
    recursive: True
    process_children_only: True

sanoid_templates

List of templates

Default value

sanoid_templates:
  - name: general
    frequently: 0
    hourly: 24
    daily: 7
    monthly: 12
    yearly: 0
    autosnap: true
    autoprune: true

Discovered Tags

sanoid

Dependencies

  • None

License

Apache-2.0

Author

Thomas Boerger