Subject: {{.EventArgs.OverallStatus}} on {{.Hostname}} {{ range .EventArgs.Snapshots | sortSnapshotManifestsByName}} {{ if .Error }} {{ end }} {{ if .Manifest.RootEntry }} {{ if .Manifest.RootEntry.DirSummary }} {{ if .Manifest.RootEntry.DirSummary.FailedEntries }} {{ end }} {{ end }} {{ end }} {{ end }}
Source Started Duration Total Size Total Files Total Directories
{{ .Manifest.Source.Path }} {{ .StartTimestamp | formatTime }} {{ .Duration }} {{ .TotalSize | bytes }}{{ .TotalSizeDelta | bytesDeltaHTML }} {{ .TotalFiles | formatCount }}{{ .TotalFilesDelta | countDeltaHTML }} {{ .TotalDirs | formatCount }}{{ .TotalDirsDelta | countDeltaHTML }}
Error: {{ .Error }}
Failed Entries:
    {{ range .Manifest.RootEntry.DirSummary.FailedEntries }}
  • {{.EntryPath}}: {{.Error}}
  • {{ end }}

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