• v0.4.2 d2c5528298

    v0.4.2
    All checks were successful
    CI Pipeline / test (push) Successful in 1m9s
    CI Pipeline / build (push) Successful in 7s
    Stable

    james released this 2026-03-02 18:41:55 +00:00 | 1 commits to main since this release

    This release fixes some major issues.

    • FIXED: Redis backups were not working when unauthenticated
    • FIXED: Mongodb backups were not working
    • FIXED: Volume backups failed if target container did not have tar.
      • Now uses docker cp to copy volumes.

    Also, new features:

    • Will automatically skip some volumes (mounted to /tmp/, /dev/, /var/, /run/, cache files/directories, and sock files)
    Downloads
  • v0.3.5 c309f4b4eb

    v0.3.5
    All checks were successful
    CI Pipeline / test (push) Successful in 1m2s
    CI Pipeline / build (push) Successful in 7s
    Stable

    james released this 2026-02-25 16:37:05 +00:00 | 4 commits to main since this release

    Fixes issue where mongodb and redis strategies existed, were not allowed in labels.

    Downloads
  • v0.3.4 eb624a4180

    v0.3.4
    All checks were successful
    CI Pipeline / test (push) Successful in 1m9s
    CI Pipeline / build (push) Successful in 8s
    Stable

    james released this 2026-02-25 13:07:37 +00:00 | 5 commits to main since this release

    • Small update: allows access to status API points via token
    Downloads
  • v0.3.1 565406bd74

    v0.3.1
    All checks were successful
    CI Pipeline / test (push) Successful in 1m2s
    CI Pipeline / build (push) Successful in 16s
    Stable

    james released this 2026-01-25 05:37:31 +00:00 | 13 commits to main since this release

    Bug fixes:

    • Use backup_name for database records to match dashboard lookup
    • Containers with custom baktainer.name labels now display correctly
    • Add engine, compressed, and encrypted fields to backup records
    • Add diagnostic logging for backup recording flow
    Downloads