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

{{ range .EventArgs.Snapshots | sortSnapshotManifestsByName}}Path: {{ .Manifest.Source.Path }}

  Status:      {{ .StatusCode }}
  Start:       {{ .StartTimestamp | formatTime  }}
  Duration:    {{ .Duration }}
  Size:        {{ .TotalSize | bytes }}{{ .TotalSizeDelta | bytesDelta }}
  Files:       {{ .TotalFiles | formatCount }}{{ .TotalFilesDelta | countDelta }}
  Directories: {{ .TotalDirs | formatCount }}{{ .TotalDirsDelta | countDelta }}
{{ 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 }}.

https://kopia.io/