restic.errors.ResticFailedError: Restic failed with exit code 1: snapshot filter (Paths:[] Tags:[] Hosts:[]): no snapshot found #32
Reference in New Issue
Block a user
No description provided.
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?
If you miss
-e SNAPSHOT=latestthen you get a stack trace which isn't the easier to parse. Should there be more guards put in place for missing env vars? These errors will show up on theabraside of things, so I think they need to be more user friendly.Missing
-e SNAPSHOT=latestshould not be the cause for this error. If no snapshot is proved it always choselatest. The problem here isno snapshot found. Are there any snapshots on the system?This should provide a better error message:
a3faa5d51f