aboutsummaryrefslogtreecommitdiff
path: root/sysutils/zrepl/files/zrepl.yml
blob: cba456ca3a27879ab34c110cbf410fd49938ea13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $FreeBSD$
#
# zrepl main configuration file.
# For documentation, refer to https://zrepl.github.io/
#
global:
  logging:
    - type: "stdout"
      level:  "error"
      format: "human"
    - type: "syslog"
      level:  "info"
      format: "logfmt"

# Add "jobs:" section(s) here for your specific use cases.