Improve restic error return code handling #17
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Error handling for restic return codes is lacking. Right now, restic can silently fail, which the script reports success and exists without error code.
The script should fail if restic fails.