-
v0.8.1 Stable
released this
2026-04-21 18:19:12 -07:00 | 29 commits to main since this releaseAdded
runEntrypoint Mode: New container mode for one-shot non-interactive command invocation, designed for Kubernetes Jobs / init containers and other CI flows.docker run ... archiver:0.8.1 run <subcommand>decrypts the bundle, execs the subcommand, and the container's exit code equals the subcommand's exit code. Whitelisted subcommands:auto-restore,snapshot-exists,healthcheck. Long-running or async commands (start,stop,pause, etc.) are intentionally rejected with exit code2.
Changed
- Internal: Renamed
lib/features/duplicacy.shtolib/features/duplicacy-backup.shfor symmetry withlib/features/duplicacy-restore.sh(introduced in 0.8.0). No user-visible change. - Internal: Extracted bundle decrypt + import logic in
docker-entrypoint.shinto aprepare_bundle()helper, reused by both the default daemon path and the newrunmode. Behavior of existinginitand daemon modes is unchanged.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads