rsync_mirror: add better logging #230

Merged
mg merged 9 commits from rsync_mirror_logging into master 2024-11-11 13:35:13 +01:00
Showing only changes of commit 77650ce45f - Show all commits

View file

@ -5,4 +5,4 @@ Description=Send a Mail for rsync_mirror service after error or success rsync_mi
[Service]
Type=oneshot
ExecStart=/bin/bash -c '/usr/bin/journalctl -u rsync_mirror.service -n 30 | mail -aFROM:{{ rsync_mirror_user }}@mgrote.net -s "rsync_mirror - %H" {{ my_mail }}'
ExecStart=/bin/bash -c '/usr/bin/journalctl -u rsync_mirror.service -xe | grep -E '\-----------------------|Source:|Literal data:|matched data:|sent' | tail -n {{ rsync_mirror_dirs | length * 6 }} | mail -aFROM:{{ rsync_mirror_user }}@mgrote.net -s "rsync_mirror - %H" {{ my_mail }}'