diff --git a/roles/mgrote_rsync/templates/rsync_mirror_log.sh.j2 b/roles/mgrote_rsync/templates/rsync_mirror_log.sh.j2 index 93e039cf..4f2fdeb6 100644 --- a/roles/mgrote_rsync/templates/rsync_mirror_log.sh.j2 +++ b/roles/mgrote_rsync/templates/rsync_mirror_log.sh.j2 @@ -1,5 +1,5 @@ #!/bin/bash {{ file_header | default () }} -/usr/bin/journalctl -u rsync_mirror.service -xe | grep -E '\-----------------------|Source:|Literal data:|matched data:|sent' | tail -n {{ rsync_mirror_dirs | length * 5 }} | mail -aFROM:{{ rsync_mirror_user }}@mgrote.net -s "rsync_mirror - %H" {{ my_mail }} +/usr/bin/journalctl -u rsync_mirror.service -xe | grep -E '\-----------------------|Source:|Literal data:|matched data:|sent:' | tail -n {{ rsync_mirror_dirs | length * 5 }} | mail -aFROM:{{ rsync_mirror_user }}@mgrote.net -s "rsync_mirror - %H" {{ my_mail }} {# Anzahl der Elemente mal 5, da jeweils 5 Zeilen ausgegeben werden #}