Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exit with non-zero if any job failed or was skipped #70

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 18, 2023

  1. Exit with non-zero if any job failed or was skipped

    Currently any errors coming the underlying tarsnap commands are logged. This is
    not threaded back to the entrypoint of the application though, so we end up
    exiting with a zero code despite one or more of the jobs having failed. This
    makes monitoring the status of tarsnapper impossible. One would have to know to
    regularly check its logs to ensure it's actually backing things up.
    
    Fixes miracle2k#39
    kevinoconnor7 committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    0b1ee3a View commit details
    Browse the repository at this point in the history