Files
restic/changelog/unreleased/issue-5233
T

9 lines
321 B
Plaintext

Bugfix: `forget` returns exit code 3 when snapshot removal is partial
The `forget` command now returns exit code 3 when it fails to remove one or
more snapshots. It previously returned exit code 0, which was misleading in
scripts.
https://github.com/restic/restic/issues/5233
https://github.com/restic/restic/pull/5322