How to avoid log files included in email after completion

Hi, I found that @saspus mentioned in one message that there is an option to avoid a detailed logfile with the names of all backuped file names is part of the “email after completion”. But I could not find the necessary duplicacy command. Any help or hint where to find this info is appreciated, thank you!

Background:
I am using healthchecks.io to receive emails after backups, but I do not want that service to see the files included in the backup…

Best, Michael

Hi @saspus, thanks for the fast reply. But it feels something is missing. I understand your log message, but what part in your example is now your “log id”?

and how would I include multiple log files, do I use a “,” between the log ids? Or an “&” or just a space?

Would a command like this work?:
Excluded Logs “- /backuproot/*”

Still struggling :slight_smile:

I found the answer in an old post:

It is the fourth field of a log message. For example, in the following log message, REPOSITORY_SET is the log id.

2020-02-16 23:18:02.367 INFO REPOSITORY_SET Repository set to /Users/gchen/AcrosyncTest/repository

So if you put REPOSITORY_SET in to the exclude log input, this log message will not be included in the email.

I just include now this in the GUI exclude log field and it works well:
REPOSITORY_SET STORAGE_SET

Isn’t the same information present in the post I linked to, verbatim?

Glad it’s works for you.