I am running kopia in a chain of background jobs - can I silence, since nobody is able to watch the progress anyway? This would help in keeping my logs clean.
My crontab looks like this:
22,43 * * * * /usr/bin/kopia snapshot create --all --log-level=warning --no-progress
It only produces outputs on failure.
Ahh, got it… thanks.