Back to Kopia

Snapshot Report

notification/notifytemplate/snapshot-report.html

0.22.3967 B
Original Source

Subject: {{.EventArgs.OverallStatus}} on {{.Hostname}}

SourceStartedDurationTotal SizeTotal FilesTotal Directories
{{ range .EventArgs.SnapshotssortSnapshotManifestsByName}}{{ .Manifest.Source.Path }}{{ .StartTimestampformatTime }}{{ .Duration }}
{{ if .Error }}Error: {{ .Error }}
{{ end }} {{ if .Manifest.RootEntry }} {{ if .Manifest.RootEntry.DirSummary }} {{ if .Manifest.RootEntry.DirSummary.FailedEntries }}Failed Entries:
{{ range .Manifest.RootEntry.DirSummary.FailedEntries }} - {{.EntryPath}}: {{.Error}}
{{ end }}
{{ end }} {{ end }} {{ end }} {{ end }}

Generated at {{ .EventTime | formatTime }} by Kopia {{ .KopiaBuildVersion }}.