You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Other linux commands do provide a --quiet option or separate stdout and stderr.
For example I backup my virtual machine disks every day through cronjob and send an email with the result.
But if possible I don't want to send all the output generated, but only errors.
Is that possible? Thanks!
The text was updated successfully, but these errors were encountered:
Thank you very much for the implementation and sorry for the late reply!
I just tested the changes: is it also possible to disable only the stdout (but keep stderr) output?
is it also possible to disable only the stdout (but keep stderr) output?
no plans to do so currently. If exit code != 0 then something went wrong; its possible to check the logs then. Otherwise --strict can be used, so warnings will change exit code aswell.
Other linux commands do provide a
--quiet
option or separate stdout and stderr.For example I backup my virtual machine disks every day through cronjob and send an email with the result.
But if possible I don't want to send all the output generated, but only errors.
Is that possible? Thanks!
The text was updated successfully, but these errors were encountered: