mirror of
https://github.com/offen/docker-volume-backup.git
synced 2024-11-10 00:30:29 +01:00
27 lines
521 B
Cheetah
27 lines
521 B
Cheetah
|
{{ define "title_failure" -}}
|
||
|
Failure running docker-volume-backup at {{ .Stats.StartTime | formatTime }}
|
||
|
{{- end }}
|
||
|
|
||
|
|
||
|
{{ define "body_failure" -}}
|
||
|
Running docker-volume-backup failed with error: {{ .Error }}
|
||
|
|
||
|
Log output of the failed run was:
|
||
|
|
||
|
{{ .Stats.LogOutput }}
|
||
|
{{- end }}
|
||
|
|
||
|
|
||
|
{{ define "title_success" -}}
|
||
|
Success running docker-volume-backup at {{ .Stats.StartTime | formatTime }}
|
||
|
{{- end }}
|
||
|
|
||
|
|
||
|
{{ define "body_success" -}}
|
||
|
Running docker-volume-backup succeeded.
|
||
|
|
||
|
Log output was:
|
||
|
|
||
|
{{ .Stats.LogOutput }}
|
||
|
{{- end }}
|