| 1 | # root@zh4461b.rsync.net:/usr/local/etc/zrepl/zrepl.yml |
| 2 | # zrepl main configuration file. |
| 3 | # For documentation, refer to https://zrepl.github.io/ |
| 4 | # |
| 5 | global: |
| 6 | logging: |
| 7 | - type: "stdout" |
| 8 | level: "error" |
| 9 | format: "human" |
| 10 | - type: "syslog" |
| 11 | level: "info" |
| 12 | format: "logfmt" |
| 13 | |
| 14 | # mostly from https://blog.lenny.ninja/zrepl-on-rsync-net.html |
| 15 | jobs: |
| 16 | - name: sink |
| 17 | type: sink |
| 18 | serve: |
| 19 | type: stdinserver |
| 20 | client_identities: [haumea] |
| 21 | recv: |
| 22 | placeholder: |
| 23 | encryption: off |
| 24 | root_fs: "data1" |