-
v0.8.4 Stable
released this
2026-04-23 18:14:20 -07:00 | 23 commits to main since this releaseChanged
archiver run backupCLI now exits1on per-service errors. Previously exited 0 regardless, surfacing failures only via log output and the optional Pushover notification. This makes the CLI suitable for external schedulers that key off the exit code — e.g., KubernetesJob/CronJob(where theComplete/Failedstatus condition is derived from container exit code) or CI pipelines. The long-lived container deployment (archiver start, with the internal cron) is unaffected: per-service iteration and notification behavior are unchanged, and the backgrounded backup cycle's exit code remains unobserved by the daemon.
Migration
- Shell wrappers around
archiver run backupthat relied on exit 0 and chained subsequent commands: wrap with|| trueif the old continue-on-error behavior is desired. - No action needed for containerized
archiver startdeployments.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads