• v0.8.10 7ca9b341f6

    v0.8.10
    All checks were successful
    CI / Build / Publish / Shellcheck (push) Successful in 4s
    CI / Build / Publish / Validate CHANGELOG structure (push) Successful in 2s
    CI / Build / Publish / PR build & smoke test (push) Has been skipped
    CI / Build / Publish / Build multi-arch and push (push) Successful in 2m1s
    CI / Build / Publish / Reconcile releases across registries (push) Successful in 59s
    CI / Build / Publish / Workflow summary (push) Successful in 1s
    Stable

    Cody Bryant released this 2026-06-04 18:37:55 -07:00 | 69 commits to main since this release

    Fixed

    • Restore from a storage whose name contains a character invalid in a shell identifier (e.g. a hyphen, like do-spaces) failed: duplicacy-restore.sh built DUPLICACY_<NAME>_S3_ID/_SECRET/_PASSWORD from the raw name, so export rejected it ("not a valid identifier"), the credentials never reached duplicacy, and it fell through to an interactive prompt → EOF → that target was skipped. Now sanitizes the storage name (matching duplicacy-backup.sh) before building the env-var names and -storage-name.
    Downloads