Add backup name to log-file output

I’m using the log to file feature and noticed that Information level logs to not include the name of the backup being run. I have 4 separate backups configured on my server and the only way I can tell which backup is running is by looking at the start time and converting from UTC to local time.
So this is a feature request to include the backup name in the log-file at the beginning of each backup.
Thanks for a great project!

2 Likes

That seems like something that should be to hard for somebody to implement… Just add writing job name (and ID) when the log is created…

When running without server jobs (e.g. Duplicati.CommandLine.exe), you’d probably need to get more creative.

I would put it here:

The m_options instance contains the backup name which can be written.

3 Likes