2017-09-07 11:18:06 +02:00
|
|
|
fullbackup_prod1:
|
2017-09-06 12:46:33 +02:00
|
|
|
|
2017-09-07 11:18:06 +02:00
|
|
|
# expect remote to connect via ssh+stdinserver with fullbackup_prod1 as client_identity
|
|
|
|
type: push-sink
|
2017-09-06 12:46:33 +02:00
|
|
|
serve:
|
2017-09-07 11:18:06 +02:00
|
|
|
type: stdinserver
|
|
|
|
client_identity: fullbackup_prod1
|
|
|
|
|
|
|
|
# map all pushed datasets to storage/backups/zrepl/sink/prod1.example.com
|
|
|
|
mapping: {
|
|
|
|
"<":"storage/backups/zrepl/sink/prod1.example.com"
|
|
|
|
}
|
|
|
|
|
|
|
|
# follow a grandfathering scheme for filesystems on the right-hand-side of the mapping
|
|
|
|
prune:
|
|
|
|
policy: grid
|
|
|
|
grid: 1x1h(keep=all) | 24x1h | 35x1d | 6x30d
|
|
|
|
|
2017-09-06 12:46:33 +02:00
|
|
|
|