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
I've ran rustic without password by mistake and it failed:
# rustic backup /some/path
[INFO] using config /etc/rustic/rustic.toml
error: No password given. Please use one of the --password-* options.
However exit code was 0:
# echo $?
0
Same for missing repository credentials without anonymous access. I don't think this is correct behavior as it could lead to backup scripts failing silently.
The text was updated successfully, but these errors were encountered:
I've ran rustic without password by mistake and it failed:
However exit code was
0
:# echo $? 0
Same for missing repository credentials without anonymous access. I don't think this is correct behavior as it could lead to backup scripts failing silently.
The text was updated successfully, but these errors were encountered: