mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 00:13:52 +01:00
18 lines
260 B
YAML
18 lines
260 B
YAML
jobs:
|
|
- name: pull_source
|
|
type: source
|
|
serve:
|
|
type: stdinserver
|
|
client_identities:
|
|
- "client1"
|
|
- "client2"
|
|
filesystems: {
|
|
"<": true,
|
|
"secret": false
|
|
}
|
|
snapshotting:
|
|
type: periodic
|
|
interval: 10m
|
|
prefix: zrepl_
|
|
|