summaryrefslogtreecommitdiff
path: root/roles/storage/zfs/syncoid/defaults/main.yml
blob: b0a9b5c16ea68b359f1adc75e2114c827e5ae814 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
# zfs_syncoid_autosuspend: system

# zfs_syncoid_autosuspend: disks
# zfs_syncoid_autosuspend_disks:
#   - /dev/sda
#   - /dev/sdb


# zfs_syncoid_target_pool: target

# zfs_syncoid_sources:
#   somehost:
#     ssh_hostname: 192.0.2.0
#     ssh_port: 222
#     periodic:  # optional
#       schedule: "*-*-* 01,13:30:00"
#       timeout: 8h
#     paths:
#       nvme/vm:
#         recursive: yes
#         skip_parent: yes
#       storage/vm:
#         recursive: yes
#         skip_parent: yes
#       storage:
#         recursive: yes
#         skip_parent: yes
#         exclude:
#         - storage/vm