Currently duplicacy_web is generating a log file file every time it runs.
Can I make it save logs to a single file? Appending new lines every time it runs?
Thanks in advance!!
ItWeb version always appends to the same log file — duplicacy_web.log.
The CLI on the other hand creates separate log for each backup run.
What are you trying or accomplish? Why do you need a single file? What shall happen if multiple sessions run at the same time? You can always concatenate all files together for processing if needed.
Thanks for the reply @saspus
That’s weird. I am using Duplicacy Web Edition 1.7.2 and I’ve been using it for a week now and I already have hundreds of log files in this folder. ~/.duplicacy-web/logs/
Should I look for the single file somewhere else?
Currently I am trying to setup an automated notification script whenever I get WARN or ERROR log message. And I thought watching a single file would be much easier than hundreds of files. I am no export so please correct me if I am wrong here.
Actually I think I can work with individual files. Please ignore my post or delete it if you need. Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.